aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2016-02-24 05:01:18 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2016-02-24 05:01:18 +0000
commit0bc2abddc8d4abb89a210f2bb113e9e7c2d4ce18 (patch)
treee9ccd614711d1e7939539696935e1a5397f8d6a4 /sys/modules
parentdc2e095538de260bf8c62570423a6e144f5090c9 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/hyperv/utilities/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hyperv/utilities/Makefile b/sys/modules/hyperv/utilities/Makefile
index f94e4410aecd..c1b6d4fa969a 100644
--- a/sys/modules/hyperv/utilities/Makefile
+++ b/sys/modules/hyperv/utilities/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../../dev/hyperv/utilities
KMOD= hv_utils
-SRCS= hv_util.c hv_kvp.c
+SRCS= hv_util.c hv_kvp.c hv_timesync.c hv_shutdown.c hv_heartbeat.c
SRCS+= bus_if.h device_if.h
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \