aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hyperv/vmbus
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-03-17 14:50:20 +0000
committerEd Maste <emaste@FreeBSD.org>2018-03-17 14:50:20 +0000
commitf91e2d3a9554089b264e45adf86b3f34972c10a1 (patch)
tree42202210950821e2e7b67a9ef7ea07ac293e2863 /sys/modules/hyperv/vmbus
parentd8ba45e21358ccd9c50991e62cf863bc19699756 (diff)
Notes
Diffstat (limited to 'sys/modules/hyperv/vmbus')
-rw-r--r--sys/modules/hyperv/vmbus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile
index 944bf75b0e7b..435fcc0da37c 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -13,6 +13,7 @@ SRCS= hyperv.c \
vmbus_et.c \
vmbus_if.c \
vmbus_res.c \
+ vmbus_vector.S \
vmbus_xact.c
SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h pci_if.h pcib_if.h vmbus_if.h
@@ -22,8 +23,7 @@ SRCS+= opt_kstack_pages.h opt_nfs.h opt_hwpmc_hooks.h opt_compat.h
SRCS+= opt_apic.h
.endif
-SRCS+= assym.s \
- vmbus_vector.S
+DPSRCS+= assym.s
vmbus_vector.o:
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \