diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 10:10:17 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 10:10:17 +0000 |
| commit | 193d9e768ba63fcfb187cfd17f461f7d41345048 (patch) | |
| tree | 0bd611a14f41427d2dd6120d82a36544617899be /sys/modules/mthca/Makefile | |
| parent | abe427af75e9478f8ab875b40333d594d1fb46ac (diff) | |
Notes
Diffstat (limited to 'sys/modules/mthca/Makefile')
| -rw-r--r-- | sys/modules/mthca/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/mthca/Makefile b/sys/modules/mthca/Makefile index 95157e28058f..2c057f254f8d 100644 --- a/sys/modules/mthca/Makefile +++ b/sys/modules/mthca/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../ofed/drivers/infiniband/hw/mthca +.PATH: ${SRCTOP}/sys/ofed/drivers/infiniband/hw/mthca KMOD = mthca SRCS = device_if.h bus_if.h pci_if.h vnode_if.h @@ -9,8 +9,8 @@ SRCS+= mthca_mr.c mthca_pd.c mthca_profile.c mthca_provider.c mthca_qp.c 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 +CFLAGS+= -I${SRCTOP}/sys/ofed/include +CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include .include <bsd.kmod.mk> |
