Date: Tue, 26 May 2009 20:22:03 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r192852 - head/sys/modules/linux Message-ID: <200905262022.n4QKM3A0072594@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Tue May 26 20:22:03 2009 New Revision: 192852 URL: http://svn.freebsd.org/changeset/base/192852 Log: opt_apic.h is i386-only. MFC after: 1 week Modified: head/sys/modules/linux/Makefile Modified: head/sys/modules/linux/Makefile ============================================================================== --- head/sys/modules/linux/Makefile Tue May 26 20:14:52 2009 (r192851) +++ head/sys/modules/linux/Makefile Tue May 26 20:22:03 2009 (r192852) @@ -17,12 +17,12 @@ SRCS= linux${SFX}_dummy.c linux_emul.c l 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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905262022.n4QKM3A0072594>