diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-10-29 08:28:39 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-10-29 08:28:39 +0000 |
| commit | 8d59ecb214f7e078e57d35b865f33efc5d7cdf4d (patch) | |
| tree | f9937a81e1e19355726bac644f9598a290f8a9cb /sys/modules/mthca | |
| parent | e3cf3d4428b00b739738a19fbaa485f897159081 (diff) | |
Notes
Diffstat (limited to 'sys/modules/mthca')
| -rw-r--r-- | sys/modules/mthca/Makefile | 2 |
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> |
