From 8294851167d283a6efac0918755ae401ac730eda Mon Sep 17 00:00:00 2001 From: grehan Date: Mon, 9 Sep 2013 19:27:44 +0000 Subject: Revert the kvp code - there's still some work that needs to be done for that. Discussed with: Microsoft hyper-v devs --- sys/modules/hyperv/utilities/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/modules/hyperv') 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 -- cgit v1.1