Merge tag 'iwlwifi-next-for-kalle-2014-12-30' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / arch / x86 / kernel / apic / Makefile
1 #
2 # Makefile for local APIC drivers and for the IO-APIC code
3 #
4
5 obj-$(CONFIG_X86_LOCAL_APIC)    += apic.o apic_noop.o ipi.o vector.o
6 obj-y                           += hw_nmi.o
7
8 obj-$(CONFIG_X86_IO_APIC)       += io_apic.o
9 obj-$(CONFIG_PCI_MSI)           += msi.o
10 obj-$(CONFIG_HT_IRQ)            += htirq.o
11 obj-$(CONFIG_SMP)               += ipi.o
12
13 ifeq ($(CONFIG_X86_64),y)
14 # APIC probe will depend on the listing order here
15 obj-$(CONFIG_X86_NUMACHIP)      += apic_numachip.o
16 obj-$(CONFIG_X86_UV)            += x2apic_uv_x.o
17 obj-$(CONFIG_X86_X2APIC)        += x2apic_phys.o
18 obj-$(CONFIG_X86_X2APIC)        += x2apic_cluster.o
19 obj-y                           += apic_flat_64.o
20 endif
21
22 # APIC probe will depend on the listing order here
23 obj-$(CONFIG_X86_BIGSMP)        += bigsmp_32.o
24
25 # For 32bit, probe_32 need to be listed last
26 obj-$(CONFIG_X86_LOCAL_APIC)    += probe_$(BITS).o