diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-06-17 14:45:58 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-06-17 14:45:58 +0000 |
| commit | 8b5ec07227b9defd3eb30be2cf5c16d2003fb58f (patch) | |
| tree | 1137d3a2f7316d8ae891d1af81d0e1371b4c5278 /sys/modules/linux | |
| parent | 986662b63b9afd84dd296297855549b935f1cff1 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 10ec8f26bd4d..402aebf479b2 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -17,7 +17,10 @@ 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 +.if ${MACHINE_ARCH} == "i386" +SRCS+= opt_apic.h +.endif OBJS= linux${SFX}_locore.o linux${SFX}_support.o |
