summaryrefslogtreecommitdiffstats
path: root/sys/modules/hyperv
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hyperv')
-rw-r--r--sys/modules/hyperv/utilities/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/hyperv/utilities/Makefile b/sys/modules/hyperv/utilities/Makefile
index 30fc846..ef0e338 100644
--- a/sys/modules/hyperv/utilities/Makefile
+++ b/sys/modules/hyperv/utilities/Makefile
@@ -2,10 +2,9 @@
.PATH: ${.CURDIR}/../../../dev/hyperv/utilities
-KMOD= hv_utils
+KMOD= hv_utils
-SRCS = hv_kvp.c \
- hv_util.c
+SRCS = hv_util.c
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
-I${.CURDIR}/../../../dev/hyperv/vmbus
OpenPOWER on IntegriCloud