aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mthca
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/mthca')
-rw-r--r--sys/modules/mthca/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mthca/Makefile b/sys/modules/mthca/Makefile
index 31fcebd1828e..95157e28058f 100644
--- a/sys/modules/mthca/Makefile
+++ b/sys/modules/mthca/Makefile
@@ -1,5 +1,4 @@
# $FreeBSD$
-
.PATH: ${.CURDIR}/../../ofed/drivers/infiniband/hw/mthca
KMOD = mthca
@@ -11,6 +10,7 @@ SRCS+= mthca_reset.c mthca_srq.c mthca_uar.c
SRCS+= opt_inet.h opt_inet6.h
CFLAGS+= -I${.CURDIR}/../../ofed/include
+CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
.include <bsd.kmod.mk>