2015-01-17 16:36:39 +00:00
|
|
|
# $FreeBSD$
|
2015-10-29 08:28:39 +00:00
|
|
|
.PATH: ${.CURDIR}/../../compat/linuxkpi/common/src
|
2015-01-17 16:36:39 +00:00
|
|
|
|
2015-10-22 09:50:45 +00:00
|
|
|
KMOD= linuxkpi
|
2015-01-17 16:36:39 +00:00
|
|
|
SRCS= linux_kmod.c \
|
|
|
|
linux_compat.c \
|
|
|
|
linux_pci.c \
|
|
|
|
linux_radix.c \
|
2015-10-29 08:28:39 +00:00
|
|
|
linux_idr.c \
|
|
|
|
linux_usb.c
|
2015-01-17 16:36:39 +00:00
|
|
|
|
|
|
|
SRCS+= bus_if.h \
|
|
|
|
device_if.h \
|
|
|
|
pci_if.h \
|
2015-10-29 08:28:39 +00:00
|
|
|
vnode_if.h \
|
|
|
|
usb_if.h \
|
|
|
|
opt_usb.h
|
2015-01-17 16:36:39 +00:00
|
|
|
|
2015-10-29 08:28:39 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
|
2015-01-17 16:36:39 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|