aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linuxkpi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/linuxkpi/Makefile')
-rw-r--r--sys/modules/linuxkpi/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/modules/linuxkpi/Makefile b/sys/modules/linuxkpi/Makefile
index 47aa6cdd13d1..bcfb03a6ae3e 100644
--- a/sys/modules/linuxkpi/Makefile
+++ b/sys/modules/linuxkpi/Makefile
@@ -1,18 +1,21 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../ofed/include/linux
+.PATH: ${.CURDIR}/../../compat/linuxkpi/common/src
KMOD= linuxkpi
SRCS= linux_kmod.c \
linux_compat.c \
linux_pci.c \
linux_radix.c \
- linux_idr.c
+ linux_idr.c \
+ linux_usb.c
SRCS+= bus_if.h \
device_if.h \
pci_if.h \
- vnode_if.h
+ vnode_if.h \
+ usb_if.h \
+ opt_usb.h
-CFLAGS+= -I${.CURDIR}/../../ofed/include/
+CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
.include <bsd.kmod.mk>