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/linuxkpi | |
| parent | abe427af75e9478f8ab875b40333d594d1fb46ac (diff) | |
Notes
Diffstat (limited to 'sys/modules/linuxkpi')
| -rw-r--r-- | sys/modules/linuxkpi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/linuxkpi/Makefile b/sys/modules/linuxkpi/Makefile index 64f88c5ec872..1e87aefe31f0 100644 --- a/sys/modules/linuxkpi/Makefile +++ b/sys/modules/linuxkpi/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../compat/linuxkpi/common/src +.PATH: ${SRCTOP}/sys/compat/linuxkpi/common/src KMOD= linuxkpi SRCS= linux_kmod.c \ @@ -21,7 +21,7 @@ SRCS+= bus_if.h \ usb_if.h \ opt_usb.h -CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include -CFLAGS+= -I${.CURDIR}/../../contrib/ck/include +CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include +CFLAGS+= -I${SRCTOP}/sys/contrib/ck/include .include <bsd.kmod.mk> |
