e982e5c561
by dumbbell@ to be able to compile this layer as a dependency module. Clean up some Makefiles and remove the no longer used OFED define. Currently only i386 and amd64 targets are supported. MFC after: 1 month Sponsored by: Mellanox Technologies
19 lines
280 B
Makefile
19 lines
280 B
Makefile
# $FreeBSD$
|
|
.PATH: ${.CURDIR}/../../ofed/include/linux
|
|
|
|
KMOD= linuxapi
|
|
SRCS= linux_kmod.c \
|
|
linux_compat.c \
|
|
linux_pci.c \
|
|
linux_radix.c \
|
|
linux_idr.c
|
|
|
|
SRCS+= bus_if.h \
|
|
device_if.h \
|
|
pci_if.h \
|
|
vnode_if.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../ofed/include/
|
|
|
|
.include <bsd.kmod.mk>
|