Merge branch 'x86/core' into x86/unify-pci
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / x86 / pci / Makefile_32
bloba34fbf557926296395d5241a8b3384bb59985aef
1 obj-y                           := i386.o init.o
3 obj-$(CONFIG_PCI_BIOS)          += pcbios.o
4 obj-$(CONFIG_PCI_MMCONFIG)      += mmconfig_32.o direct.o mmconfig-shared.o
5 obj-$(CONFIG_PCI_DIRECT)        += direct.o
6 obj-$(CONFIG_PCI_OLPC)          += olpc.o
8 pci-y                           := fixup.o
10 # Do not change the ordering here. There is a nasty init function
11 # ordering dependency which breaks when you move acpi.o below
12 # legacy/irq.o
13 pci-$(CONFIG_ACPI)              += acpi.o
14 pci-y                           += legacy.o irq.o
16 # Careful: VISWS overrule the pci-y above. The colons are
17 # therefor correct. This needs a proper fix by distangling the code.
18 pci-$(CONFIG_X86_VISWS)         := visws.o fixup.o
20 pci-$(CONFIG_X86_NUMAQ)         += numa.o
22 # Necessary for NUMAQ as well
23 pci-$(CONFIG_NUMA)              += mp_bus_to_node.o
25 obj-y                           += $(pci-y) common.o early.o
26 obj-y                           += amd_bus.o