obj-$(CONFIG_PCI_DIRECT)+= direct.oobj-$(CONFIG_PCI_OLPC)+= olpc.opci-y:= fixup.o# Do not change the ordering here. There is a nasty init function# ordering dependency which breaks when you move acpi.o below# legacy/irq.opci-$(CONFIG_ACPI)+= acpi.opci-y+= legacy.o irq.o# Careful: VISWS overrule the pci-y above. The colons are# therefor correct. This needs a proper fix by distangling the code.pci-$(CONFIG_X86_VISWS):= visws.o fixup.opci-$(CONFIG_X86_NUMAQ)+= numa.oobj-y+=$(pci-y) common.o early.oobj-y+= amd_bus.o