mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Move assym.s to DPSRCS in vmbus module
assym.s is only to be included by other .s files, and should not actually be assembled by itself.
This commit is contained in:
parent
d8ba45e213
commit
f91e2d3a95
1 changed files with 2 additions and 2 deletions
|
|
@ -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} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue