summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2017-01-04 04:55:53 +0000
committersephe <sephe@FreeBSD.org>2017-01-04 04:55:53 +0000
commit338d3ffcba1c165acfeba5ea7f903c99af047466 (patch)
tree426f84d33b22a8f69c3a6183e1097da5e6327881 /sys/modules
parent7430d1b7b4ae004b9c3bf3e267051f9d9d963dc0 (diff)
downloadFreeBSD-src-338d3ffcba1c165acfeba5ea7f903c99af047466.zip
FreeBSD-src-338d3ffcba1c165acfeba5ea7f903c99af047466.tar.gz
MFC 310317
hyperv/ic: Rname cleaned up file. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8848
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/hyperv/utilities/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/modules/hyperv/utilities/Makefile b/sys/modules/hyperv/utilities/Makefile
index 28125fd..5d39e0b 100644
--- a/sys/modules/hyperv/utilities/Makefile
+++ b/sys/modules/hyperv/utilities/Makefile
@@ -3,7 +3,12 @@
.PATH: ${.CURDIR}/../../../dev/hyperv/utilities
KMOD= hv_utils
-SRCS= hv_util.c hv_kvp.c hv_snapshot.c hv_timesync.c hv_shutdown.c hv_heartbeat.c hv_snapshot.c
+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+= bus_if.h device_if.h vmbus_if.h
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
OpenPOWER on IntegriCloud