aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hyperv
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2016-12-20 09:46:14 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2016-12-20 09:46:14 +0000
commit5c072c8e98a192fd0263cb464010bebc274641d5 (patch)
tree87ba9973d4ffb32d226fb75af02a20471f100ba0 /sys/modules/hyperv
parent97456b741323a45aad3c3900df33f8d36669bfdf (diff)
Notes
Diffstat (limited to 'sys/modules/hyperv')
-rw-r--r--sys/modules/hyperv/utilities/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/hyperv/utilities/Makefile b/sys/modules/hyperv/utilities/Makefile
index 5d39e0b1181e..deb2e8bc187e 100644
--- a/sys/modules/hyperv/utilities/Makefile
+++ b/sys/modules/hyperv/utilities/Makefile
@@ -4,11 +4,11 @@
KMOD= hv_utils
SRCS= vmbus_ic.c
-SRCS+= hv_heartbeat.c
SRCS+= hv_kvp.c
-SRCS+= hv_shutdown.c
SRCS+= hv_snapshot.c
-SRCS+= hv_timesync.c
+SRCS+= vmbus_heartbeat.c
+SRCS+= vmbus_shutdown.c
+SRCS+= vmbus_timesync.c
SRCS+= bus_if.h device_if.h vmbus_if.h
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \