summaryrefslogtreecommitdiffstats
path: root/sys/modules/vnic
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/vnic')
-rw-r--r--sys/modules/vnic/Makefile2
-rw-r--r--sys/modules/vnic/mrmlbus/Makefile4
-rw-r--r--sys/modules/vnic/thunder_bgx/Makefile4
-rw-r--r--sys/modules/vnic/thunder_mdio/Makefile4
-rw-r--r--sys/modules/vnic/vnicpf/Makefile4
-rw-r--r--sys/modules/vnic/vnicvf/Makefile4
6 files changed, 11 insertions, 11 deletions
diff --git a/sys/modules/vnic/Makefile b/sys/modules/vnic/Makefile
index 69d1590..d1e0a8e 100644
--- a/sys/modules/vnic/Makefile
+++ b/sys/modules/vnic/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SYSDIR?=${.CURDIR}/../..
+SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"
CFLAGS+= -DFDT
diff --git a/sys/modules/vnic/mrmlbus/Makefile b/sys/modules/vnic/mrmlbus/Makefile
index 1d1eb34..e3d3b28 100644
--- a/sys/modules/vnic/mrmlbus/Makefile
+++ b/sys/modules/vnic/mrmlbus/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-SYSDIR?=${.CURDIR}/../../..
+SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"
-S= ${.CURDIR}/../../..
+S= ${SRCTOP}/sys
.PATH: $S/dev/vnic
diff --git a/sys/modules/vnic/thunder_bgx/Makefile b/sys/modules/vnic/thunder_bgx/Makefile
index 4926e7a..d128438 100644
--- a/sys/modules/vnic/thunder_bgx/Makefile
+++ b/sys/modules/vnic/thunder_bgx/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-SYSDIR?=${.CURDIR}/../../..
+SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"
-S= ${.CURDIR}/../../..
+S= ${SRCTOP}/sys
.PATH: $S/dev/vnic
diff --git a/sys/modules/vnic/thunder_mdio/Makefile b/sys/modules/vnic/thunder_mdio/Makefile
index 78ca8f8..33c3b9c 100644
--- a/sys/modules/vnic/thunder_mdio/Makefile
+++ b/sys/modules/vnic/thunder_mdio/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-SYSDIR?=${.CURDIR}/../../..
+SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"
-S= ${.CURDIR}/../../..
+S= ${SRCTOP}/sys
.PATH: $S/dev/vnic
diff --git a/sys/modules/vnic/vnicpf/Makefile b/sys/modules/vnic/vnicpf/Makefile
index 206f75f..111de73 100644
--- a/sys/modules/vnic/vnicpf/Makefile
+++ b/sys/modules/vnic/vnicpf/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-SYSDIR?=${.CURDIR}/../../..
+SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"
-S= ${.CURDIR}/../../..
+S= ${SRCTOP}/sys
.PATH: $S/dev/vnic
diff --git a/sys/modules/vnic/vnicvf/Makefile b/sys/modules/vnic/vnicvf/Makefile
index 9614cc0..52a3c23 100644
--- a/sys/modules/vnic/vnicvf/Makefile
+++ b/sys/modules/vnic/vnicvf/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-SYSDIR?=${.CURDIR}/../../..
+SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"
-S= ${.CURDIR}/../../..
+S= ${SRCTOP}/sys
.PATH: $S/dev/vnic
OpenPOWER on IntegriCloud