2015-01-17 11:36:39 -05:00
|
|
|
# $FreeBSD$
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/compat/linuxkpi/common/src
|
2015-01-17 11:36:39 -05:00
|
|
|
|
2015-10-22 05:50:45 -04:00
|
|
|
KMOD= linuxkpi
|
2017-06-26 17:14:33 -04:00
|
|
|
SRCS= linux_compat.c \
|
2017-02-21 07:43:02 -05:00
|
|
|
linux_current.c \
|
2017-06-26 12:28:46 -04:00
|
|
|
linux_hrtimer.c \
|
2017-06-26 17:14:33 -04:00
|
|
|
linux_idr.c \
|
|
|
|
|
linux_kmod.c \
|
2017-02-21 07:43:02 -05:00
|
|
|
linux_kthread.c \
|
2017-03-09 13:33:40 -05:00
|
|
|
linux_lock.c \
|
2017-02-22 14:39:54 -05:00
|
|
|
linux_page.c \
|
2015-01-17 11:36:39 -05:00
|
|
|
linux_pci.c \
|
|
|
|
|
linux_radix.c \
|
2017-02-21 13:04:21 -05:00
|
|
|
linux_rcu.c \
|
2017-06-09 15:41:12 -04:00
|
|
|
linux_schedule.c \
|
2017-03-08 06:09:27 -05:00
|
|
|
linux_slab.c \
|
2017-02-21 08:23:53 -05:00
|
|
|
linux_tasklet.c \
|
2017-03-07 07:09:14 -05:00
|
|
|
linux_usb.c \
|
|
|
|
|
linux_work.c
|
2015-01-17 11:36:39 -05:00
|
|
|
|
|
|
|
|
SRCS+= bus_if.h \
|
|
|
|
|
device_if.h \
|
|
|
|
|
pci_if.h \
|
2015-10-29 04:28:39 -04:00
|
|
|
vnode_if.h \
|
|
|
|
|
usb_if.h \
|
|
|
|
|
opt_usb.h
|
2015-01-17 11:36:39 -05:00
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
|
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/contrib/ck/include
|
2015-01-17 11:36:39 -05:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|