summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2017-01-05 08:34:08 +0000
committersephe <sephe@FreeBSD.org>2017-01-05 08:34:08 +0000
commita8c3d56c5739fe3b4f5d68e6edd16bb84b1400a7 (patch)
tree2e46ce2dbaccf858f6eea368bbc1a7ab41b81089 /sys/modules
parent9755d80ddf7f6f467b77f883283368735b67b132 (diff)
downloadFreeBSD-src-a8c3d56c5739fe3b4f5d68e6edd16bb84b1400a7.zip
FreeBSD-src-a8c3d56c5739fe3b4f5d68e6edd16bb84b1400a7.tar.gz
MFC 310324
hyperv/ic: Rename cleaned up files. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8850
Diffstat (limited to 'sys/modules')
-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 5d39e0b..deb2e8b 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 \
OpenPOWER on IntegriCloud