diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2018-03-20 17:58:51 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2018-03-20 17:58:51 +0000 |
| commit | fc2a8776a2f9945f22301cd92ec6d3ac1f817028 (patch) | |
| tree | 78c912ee21149bfb6fe70831431758e2b8777b3c /sys/modules/hyperv/vmbus/Makefile | |
| parent | 9cffc92c62d9cbf592206ac70cd96ebef816b298 (diff) | |
Notes
Diffstat (limited to 'sys/modules/hyperv/vmbus/Makefile')
| -rw-r--r-- | sys/modules/hyperv/vmbus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile index 435fcc0da37c..a9a1ff5b1dee 100644 --- a/sys/modules/hyperv/vmbus/Makefile +++ b/sys/modules/hyperv/vmbus/Makefile @@ -17,13 +17,13 @@ SRCS= hyperv.c \ 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 -# XXX: for assym.s +# XXX: for assym.inc SRCS+= opt_kstack_pages.h opt_nfs.h opt_hwpmc_hooks.h opt_compat.h .if ${MACHINE_CPUARCH} == "i386" SRCS+= opt_apic.h .endif -DPSRCS+= assym.s +DPSRCS= assym.inc vmbus_vector.o: ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ |
