blob: 89ec35d00efde0ebde8488f84bc491cffe8fb092 [file] [log] [blame]
Thomas Gleixner5fa25be2007-10-11 11:13:37 +02001obj-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
Andres Salomon3ef0e1f2008-04-29 00:59:53 -07006obj-$(CONFIG_PCI_OLPC) += olpc.o
Thomas Gleixner5fa25be2007-10-11 11:13:37 +02007
8pci-y := fixup.o
Thomas Gleixner48b83d22008-05-02 21:24:30 +02009
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
Thomas Gleixner5fa25be2007-10-11 11:13:37 +020013pci-$(CONFIG_ACPI) += acpi.o
14pci-y += legacy.o irq.o
15
Thomas Gleixner48b83d22008-05-02 21:24:30 +020016# Careful: VISWS and NUMAQ overrule the pci-y above. The colons are
17# therefor correct. This needs a proper fix by distangling the code.
18pci-$(CONFIG_X86_VISWS) := visws.o fixup.o
19pci-$(CONFIG_X86_NUMAQ) := numa.o irq.o
20
21# Necessary for NUMAQ as well
Yinghai Lu871d5f82008-02-19 03:20:09 -080022pci-$(CONFIG_NUMA) += mp_bus_to_node.o
Thomas Gleixner5fa25be2007-10-11 11:13:37 +020023
24obj-y += $(pci-y) common.o early.o