summaryrefslogtreecommitdiffstats
path: root/sys/modules/hyperv
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2013-09-09 19:27:44 +0000
committergrehan <grehan@FreeBSD.org>2013-09-09 19:27:44 +0000
commit8294851167d283a6efac0918755ae401ac730eda (patch)
treed15f3da00c1ef4e4cb53ce4c54526906bdc0d819 /sys/modules/hyperv
parent182a56e295b4378df6a37e1b8422fb6eec08613a (diff)
downloadFreeBSD-src-8294851167d283a6efac0918755ae401ac730eda.zip
FreeBSD-src-8294851167d283a6efac0918755ae401ac730eda.tar.gz
Revert the kvp code - there's still some work that
needs to be done for that. Discussed with: Microsoft hyper-v devs
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