GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / x86 / kernel / apic / Makefile
blob910f20b457c464d34f1e9874269d652ea0da325e
2 # Makefile for local APIC drivers and for the IO-APIC code
5 obj-$(CONFIG_X86_LOCAL_APIC) += apic.o apic_noop.o probe_$(BITS).o ipi.o
6 ifneq ($(CONFIG_HARDLOCKUP_DETECTOR),y)
7 obj-$(CONFIG_X86_LOCAL_APIC) += nmi.o
8 endif
9 obj-$(CONFIG_HARDLOCKUP_DETECTOR) += hw_nmi.o
11 obj-$(CONFIG_X86_IO_APIC) += io_apic.o
12 obj-$(CONFIG_SMP) += ipi.o
14 ifeq ($(CONFIG_X86_64),y)
15 obj-y += apic_flat_64.o
16 obj-$(CONFIG_X86_X2APIC) += x2apic_cluster.o
17 obj-$(CONFIG_X86_X2APIC) += x2apic_phys.o
18 obj-$(CONFIG_X86_UV) += x2apic_uv_x.o
19 endif
21 obj-$(CONFIG_X86_BIGSMP) += bigsmp_32.o
22 obj-$(CONFIG_X86_NUMAQ) += numaq_32.o
23 obj-$(CONFIG_X86_ES7000) += es7000_32.o
24 obj-$(CONFIG_X86_SUMMIT) += summit_32.o