blob: 0ae0323b1f9cefefe0040b77f2fdda7778749927 [file] [log] [blame]
Ingo Molnarf62bae52009-02-17 18:09:24 +01001#
2# Makefile for local APIC drivers and for the IO-APIC code
3#
4
Suresh Siddha107e0e02011-05-20 17:51:17 -07005obj-$(CONFIG_X86_LOCAL_APIC) += apic.o apic_noop.o ipi.o
Don Zickus5f2b0ba2010-11-12 11:22:23 -05006obj-y += hw_nmi.o
Don Zickus84e478c2010-02-05 21:47:05 -05007
Ingo Molnarf62bae52009-02-17 18:09:24 +01008obj-$(CONFIG_X86_IO_APIC) += io_apic.o
9obj-$(CONFIG_SMP) += ipi.o
10
11ifeq ($(CONFIG_X86_64),y)
Suresh Siddha107e0e02011-05-20 17:51:17 -070012# APIC probe will depend on the listing order here
Steffen Persvold44b111b2011-12-06 00:07:26 +080013obj-$(CONFIG_X86_NUMACHIP) += apic_numachip.o
Ingo Molnarf62bae52009-02-17 18:09:24 +010014obj-$(CONFIG_X86_UV) += x2apic_uv_x.o
Suresh Siddha107e0e02011-05-20 17:51:17 -070015obj-$(CONFIG_X86_X2APIC) += x2apic_phys.o
16obj-$(CONFIG_X86_X2APIC) += x2apic_cluster.o
17obj-y += apic_flat_64.o
Ingo Molnarf62bae52009-02-17 18:09:24 +010018endif
19
Suresh Siddha107e0e02011-05-20 17:51:17 -070020# APIC probe will depend on the listing order here
Ingo Molnar2a051802009-02-17 20:35:16 +010021obj-$(CONFIG_X86_NUMAQ) += numaq_32.o
Ingo Molnar2a051802009-02-17 20:35:16 +010022obj-$(CONFIG_X86_SUMMIT) += summit_32.o
Suresh Siddha107e0e02011-05-20 17:51:17 -070023obj-$(CONFIG_X86_BIGSMP) += bigsmp_32.o
24obj-$(CONFIG_X86_ES7000) += es7000_32.o
25
26# For 32bit, probe_32 need to be listed last
27obj-$(CONFIG_X86_LOCAL_APIC) += probe_$(BITS).o