e24ce5adf4
already do this MFC after: never (depends on kern.opts.mk; will not be MFCed probably)
17 lines
472 B
Makefile
17 lines
472 B
Makefile
# $FreeBSD$
|
|
.PATH: ${.CURDIR}/../../ofed/drivers/infiniband/ulp/ipoib
|
|
|
|
KMOD= ipoib
|
|
SRCS= device_if.h bus_if.h vnode_if.h pci_if.h \
|
|
opt_inet.h opt_inet6.h opt_ofed.h \
|
|
ipoib_cm.c ipoib_ib.c ipoib_main.c \
|
|
ipoib_multicast.c ipoib_verbs.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/ulp/ipoib
|
|
CFLAGS+= -I${.CURDIR}/../../ofed/include
|
|
CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
|