x86: make generic arch support NUMAQ
[deliverable/linux.git] / arch / x86 / pci / Makefile_32
CommitLineData
5fa25bee
TG
1obj-y := i386.o init.o
2
3obj-$(CONFIG_PCI_BIOS) += pcbios.o
4obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_32.o direct.o mmconfig-shared.o
5obj-$(CONFIG_PCI_DIRECT) += direct.o
3ef0e1f8 6obj-$(CONFIG_PCI_OLPC) += olpc.o
5fa25bee
TG
7
8pci-y := fixup.o
48b83d24
TG
9
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
5fa25bee
TG
13pci-$(CONFIG_ACPI) += acpi.o
14pci-y += legacy.o irq.o
15
d49c4288 16# Careful: VISWS overrule the pci-y above. The colons are
48b83d24
TG
17# therefor correct. This needs a proper fix by distangling the code.
18pci-$(CONFIG_X86_VISWS) := visws.o fixup.o
d49c4288
YL
19
20pci-$(CONFIG_X86_NUMAQ) += numa.o
48b83d24
TG
21
22# Necessary for NUMAQ as well
871d5f8d 23pci-$(CONFIG_NUMA) += mp_bus_to_node.o
5fa25bee
TG
24
25obj-y += $(pci-y) common.o early.o
This page took 0.112063 seconds and 5 git commands to generate.