summaryrefslogtreecommitdiff
path: root/sys/modules/cxgbe
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2017-11-07 23:52:14 +0000
committerNavdeep Parhar <np@FreeBSD.org>2017-11-07 23:52:14 +0000
commit5c2bacde581387d5c9a8315d192a2a9b0934410f (patch)
tree7be12c3d4c606a3e36c1b4d25ef0682817de1a91 /sys/modules/cxgbe
parentc2c014f24c10f90d85126ac5fbd4d8524de32b1c (diff)
Notes
Diffstat (limited to 'sys/modules/cxgbe')
-rw-r--r--sys/modules/cxgbe/iw_cxgbe/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/cxgbe/iw_cxgbe/Makefile b/sys/modules/cxgbe/iw_cxgbe/Makefile
index b07fe1b7027b..e21281e478fc 100644
--- a/sys/modules/cxgbe/iw_cxgbe/Makefile
+++ b/sys/modules/cxgbe/iw_cxgbe/Makefile
@@ -24,6 +24,9 @@ SRCS+= resource.c
SRCS+= vnode_if.h
CFLAGS+= -I${CXGBE} -I${SRCTOP}/sys/ofed/include -DLINUX_TYPES_DEFINED
+CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
+CFLAGS+= -DCONFIG_INFINIBAND_USER_MEM
+CFLAGS+= -DINET6 -DINET
.include <bsd.kmod.mk>