freebsd-dev/sys/modules/linuxapi/Makefile
Hans Petter Selasky e982e5c561 Start importing the basic OFED linux compatibility layer changes made
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
2015-01-17 16:36:39 +00:00

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>