summaryrefslogtreecommitdiffstats
path: root/sys/modules/hyperv/vmbus/Makefile
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2013-09-28 07:04:03 +0000
committeruqs <uqs@FreeBSD.org>2013-09-28 07:04:03 +0000
commitbc136769e80a4742b6f9811e6f5a10e2df3d5124 (patch)
treed7dcfbda2b8be9213b05f9b373896a8f491420a1 /sys/modules/hyperv/vmbus/Makefile
parent2ad5be846b82ebb00c83a6576482302ab8abb885 (diff)
downloadFreeBSD-src-bc136769e80a4742b6f9811e6f5a10e2df3d5124.zip
FreeBSD-src-bc136769e80a4742b6f9811e6f5a10e2df3d5124.tar.gz
Fix make depend, apply a bit of style.
Approved by: re (marius) Reviewed by: grehan
Diffstat (limited to 'sys/modules/hyperv/vmbus/Makefile')
-rw-r--r--sys/modules/hyperv/vmbus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile
index df8464e..11228cd 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -3,15 +3,15 @@
.PATH: ${.CURDIR}/../../../dev/hyperv/vmbus \
${.CURDIR}/../../../dev/hyperv/utilities
-KMOD= hv_vmbus
-
-SRCS = hv_channel.c \
+KMOD= hv_vmbus
+SRCS= hv_channel.c \
hv_channel_mgmt.c \
hv_connection.c \
hv_hv.c \
hv_ring_buffer.c \
hv_vmbus_drv_freebsd.c \
hv_vmbus_priv.h
+SRCS+= bus_if.h device_if.h
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
-I${.CURDIR}/../../../dev/hyperv/vmbus \
OpenPOWER on IntegriCloud