1f62bae50SIngo Molnar# 2f62bae50SIngo Molnar# Makefile for local APIC drivers and for the IO-APIC code 3f62bae50SIngo Molnar# 4f62bae50SIngo Molnar 574afab7aSJiang Liuobj-$(CONFIG_X86_LOCAL_APIC) += apic.o apic_noop.o ipi.o vector.o 65f2b0ba4SDon Zickusobj-y += hw_nmi.o 784e478c6SDon Zickus 8f62bae50SIngo Molnarobj-$(CONFIG_X86_IO_APIC) += io_apic.o 944380982SJiang Liuobj-$(CONFIG_PCI_MSI) += msi.o 10*c3468952SJiang Liuobj-$(CONFIG_HT_IRQ) += htirq.o 11f62bae50SIngo Molnarobj-$(CONFIG_SMP) += ipi.o 12f62bae50SIngo Molnar 13f62bae50SIngo Molnarifeq ($(CONFIG_X86_64),y) 14107e0e0cSSuresh Siddha# APIC probe will depend on the listing order here 1544b111b5SSteffen Persvoldobj-$(CONFIG_X86_NUMACHIP) += apic_numachip.o 16f62bae50SIngo Molnarobj-$(CONFIG_X86_UV) += x2apic_uv_x.o 17107e0e0cSSuresh Siddhaobj-$(CONFIG_X86_X2APIC) += x2apic_phys.o 18107e0e0cSSuresh Siddhaobj-$(CONFIG_X86_X2APIC) += x2apic_cluster.o 19107e0e0cSSuresh Siddhaobj-y += apic_flat_64.o 20f62bae50SIngo Molnarendif 21f62bae50SIngo Molnar 22107e0e0cSSuresh Siddha# APIC probe will depend on the listing order here 23107e0e0cSSuresh Siddhaobj-$(CONFIG_X86_BIGSMP) += bigsmp_32.o 24107e0e0cSSuresh Siddha 25107e0e0cSSuresh Siddha# For 32bit, probe_32 need to be listed last 26107e0e0cSSuresh Siddhaobj-$(CONFIG_X86_LOCAL_APIC) += probe_$(BITS).o 27