opt_apic.h is i386-only.
MFC after: 1 week
This commit is contained in:
parent
72fcea8cb7
commit
e8cdb7739f
@ -17,12 +17,12 @@ SRCS= linux${SFX}_dummy.c linux_emul.c linux_file.c \
|
||||
device_if.h bus_if.h assym.s
|
||||
|
||||
# XXX: for assym.s
|
||||
SRCS+= opt_kstack_pages.h opt_nfs.h opt_apic.h opt_compat.h opt_hwpmc_hooks.h
|
||||
SRCS+= opt_kstack_pages.h opt_nfs.h opt_compat.h opt_hwpmc_hooks.h
|
||||
|
||||
OBJS= linux${SFX}_locore.o linux${SFX}_support.o
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SRCS+= linux_ptrace.c imgact_linux.c opt_cpu.h
|
||||
SRCS+= linux_ptrace.c imgact_linux.c opt_apic.h opt_cpu.h
|
||||
.endif
|
||||
|
||||
EXPORT_SYMS=
|
||||
|
Loading…
Reference in New Issue
Block a user