aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2016-06-01 09:20:52 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2016-06-01 09:20:52 +0000
commitb7bb4816a083c233b49ade84cecd74b37f072ebf (patch)
tree0b7c03aab25651129dc91d78286762a9ada4fa9c /sys/modules
parent32fb8300d4b45538beb98cb5d89533cf1c60777d (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/hyperv/vmbus/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile
index cfbd2cf66c07..d4c7d8bb04dc 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -7,21 +7,20 @@ KMOD= hv_vmbus
SRCS= hv_channel.c \
hv_channel_mgmt.c \
hv_connection.c \
- hv_et.c \
- hv_hv.c \
hv_ring_buffer.c \
- hv_vmbus_drv_freebsd.c \
- hv_vmbus_priv.h \
- hyperv_busdma.c
+ hyperv.c \
+ hyperv_busdma.c \
+ vmbus.c \
+ vmbus_et.c
SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h
# XXX: for assym.s
SRCS+= opt_kstack_pages.h opt_nfs.h opt_apic.h opt_hwpmc_hooks.h opt_compat.h
SRCS+= assym.s \
- hv_vector.S
+ vmbus_vector.S
-hv_vector.o:
+vmbus_vector.o:
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
${.IMPSRC} -o ${.TARGET}