summaryrefslogtreecommitdiffstats
path: root/sys/modules/hyperv/storvsc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hyperv/storvsc/Makefile')
-rw-r--r--sys/modules/hyperv/storvsc/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/modules/hyperv/storvsc/Makefile b/sys/modules/hyperv/storvsc/Makefile
index da98a6e..5d19884 100644
--- a/sys/modules/hyperv/storvsc/Makefile
+++ b/sys/modules/hyperv/storvsc/Makefile
@@ -1,15 +1,14 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/storvsc
+.PATH: ${.CURDIR}/../../../dev/hyperv/storvsc
KMOD= hv_storvsc
SRCS = hv_storvsc_drv_freebsd.c \
hv_vstorage.h
-CFLAGS+= -I${.CURDIR}/../../../contrib/dev/hyperv/include \
- -I${.CURDIR}/../../../contrib/dev/hyperv/vmbus \
- -I${.CURDIR}/../../../contrib/dev/hyperv/storvsc \
- -I${.CURDIR}/../../../contrib
+CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
+ -I${.CURDIR}/../../../dev/hyperv/vmbus \
+ -I${.CURDIR}/../../../dev/hyperv/storvsc
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud