diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2011-03-21 09:58:24 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2011-03-21 09:58:24 +0000 |
| commit | aa0a1e58f0189b0fde359a8bda032887e72057fa (patch) | |
| tree | 3051c12f4ce44a65c025b72ec5821b35b2ec46be /sys/modules/mlx4 | |
| parent | e4cd31dd3c7adc94a486ca5309c7096f81fa70f1 (diff) | |
Notes
Diffstat (limited to 'sys/modules/mlx4')
| -rw-r--r-- | sys/modules/mlx4/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/mlx4/Makefile b/sys/modules/mlx4/Makefile new file mode 100644 index 000000000000..8ea3340ed513 --- /dev/null +++ b/sys/modules/mlx4/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ +.PATH: ${.CURDIR}/../../ofed/drivers/net/mlx4 +KMOD = mlx4 +SRCS = device_if.h bus_if.h pci_if.h vnode_if.h +SRCS+= alloc.c catas.c cmd.c cq.c eq.c fw.c icm.c intf.c main.c mcg.c mr.c +SRCS+= pd.c port.c profile.c qp.c reset.c sense.c srq.c xrcd.c + +CFLAGS+= -I${.CURDIR}/../../ofed/drivers/net/mlx4 +CFLAGS+= -I${.CURDIR}/../../ofed/include/ +CFLAGS+= -DINET6 + +.include <bsd.kmod.mk> + +CFLAGS+= -Wno-cast-qual -Wno-pointer-arith -fms-extensions |
