Deleted Added
full compact
Makefile (289749) Makefile (290135)
1# $FreeBSD: head/sys/modules/linuxkpi/Makefile 289749 2015-10-22 09:50:45Z hselasky $
2.PATH: ${.CURDIR}/../../ofed/include/linux
1# $FreeBSD: head/sys/modules/linuxkpi/Makefile 290135 2015-10-29 08:28:39Z hselasky $
2.PATH: ${.CURDIR}/../../compat/linuxkpi/common/src
3
4KMOD= linuxkpi
5SRCS= linux_kmod.c \
6 linux_compat.c \
7 linux_pci.c \
8 linux_radix.c \
3
4KMOD= linuxkpi
5SRCS= linux_kmod.c \
6 linux_compat.c \
7 linux_pci.c \
8 linux_radix.c \
9 linux_idr.c
9 linux_idr.c \
10 linux_usb.c
10
11SRCS+= bus_if.h \
12 device_if.h \
13 pci_if.h \
11
12SRCS+= bus_if.h \
13 device_if.h \
14 pci_if.h \
14 vnode_if.h
15 vnode_if.h \
16 usb_if.h \
17 opt_usb.h
15
18
16CFLAGS+= -I${.CURDIR}/../../ofed/include/
19CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
17
18.include <bsd.kmod.mk>
20
21.include <bsd.kmod.mk>