opt_apic.h is only used on i386.

MFC after:	3 days
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-07-27 20:45:00 +00:00
parent 7308bc7319
commit 59af51bf29
2 changed files with 8 additions and 2 deletions

View File

@ -14,7 +14,10 @@ SRCS= hyperv.c \
SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h vmbus_if.h
# XXX: for assym.s
SRCS+= opt_kstack_pages.h opt_nfs.h opt_apic.h opt_hwpmc_hooks.h opt_compat.h
SRCS+= opt_kstack_pages.h opt_nfs.h opt_hwpmc_hooks.h opt_compat.h
.if ${MACHINE_CPUARCH} == "i386"
SRCS+= opt_apic.h
.endif
SRCS+= assym.s \
vmbus_vector.S

View File

@ -16,7 +16,10 @@ SRCS= linux_fork.c linux_dummy.c linux_file.c linux_event.c \
DPSRCS= linux_genassym.c
# XXX: for assym.s
SRCS+= opt_kstack_pages.h opt_nfs.h opt_apic.h opt_hwpmc_hooks.h
SRCS+= opt_kstack_pages.h opt_nfs.h opt_hwpmc_hooks.h
.if ${MACHINE_CPUARCH} == "i386"
SRCS+= opt_apic.h
.endif
CLEANFILES= linux_assym.h linux_genassym.o linux_locore.o