diff options
author | des <des@FreeBSD.org> | 2009-05-26 20:22:03 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2009-05-26 20:22:03 +0000 |
commit | 8dd898d24297058d22cfd3efb4da99431e21f707 (patch) | |
tree | 13719cd57ec905bb4e89669a6959574ccd183809 /sys/modules | |
parent | fbad22d013baa1ed80ce29fd090be19e99ed314c (diff) | |
download | FreeBSD-src-8dd898d24297058d22cfd3efb4da99431e21f707.zip FreeBSD-src-8dd898d24297058d22cfd3efb4da99431e21f707.tar.gz |
opt_apic.h is i386-only.
MFC after: 1 week
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index b2bdd97..6ad965a 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -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= |