aeaed50898
opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too.
21 lines
702 B
Makefile
21 lines
702 B
Makefile
# $FreeBSD$
|
|
.PATH: ${.CURDIR}/../../ofed/drivers/infiniband/hw/mlx4
|
|
.PATH: ${.CURDIR}/../../ofed/include/linux
|
|
|
|
KMOD = mlx4ib
|
|
SRCS = device_if.h bus_if.h pci_if.h vnode_if.h
|
|
SRCS+= linux_compat.c linux_radix.c linux_idr.c
|
|
SRCS+= alias_GUID.c mcg.c sysfs.c ah.c cq.c doorbell.c mad.c main.c mr.c qp.c srq.c wc.c cm.c
|
|
SRCS+= opt_inet.h opt_inet6.h
|
|
|
|
#CFLAGS+= -I${.CURDIR}/../../ofed/include/
|
|
#CFLAGS+= -I${.CURDIR}/../../../../include
|
|
CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/hw/mlx4
|
|
CFLAGS+= -I${.CURDIR}/../../ofed/include/
|
|
CFLAGS+= -DCONFIG_INFINIBAND_USER_MEM
|
|
CFLAGS+= -DINET6 -DINET -DOFED
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
|