[PATCH] PCI: Give PCI config access initialization a defined ordering
[deliverable/linux.git] / arch / i386 / pci / Makefile
1 obj-y := i386.o init.o
2
3 obj-$(CONFIG_PCI_BIOS) += pcbios.o
4 obj-$(CONFIG_PCI_MMCONFIG) += mmconfig.o direct.o
5 obj-$(CONFIG_PCI_DIRECT) += direct.o
6
7 pci-y := fixup.o
8 pci-$(CONFIG_ACPI) += acpi.o
9 pci-y += legacy.o irq.o
10
11 pci-$(CONFIG_X86_VISWS) := visws.o fixup.o
12 pci-$(CONFIG_X86_NUMAQ) := numa.o irq.o
13
14 obj-y += $(pci-y) common.o
This page took 0.058051 seconds and 5 git commands to generate.