aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/pci/Makefile')
-rw-r--r--arch/x86/pci/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile
index 30944bc5252d..044fa5bb2ff6 100644
--- a/arch/x86/pci/Makefile
+++ b/arch/x86/pci/Makefile
@@ -14,6 +14,7 @@ pci-y := fixup.o
14# legacy/irq.o 14# legacy/irq.o
15pci-$(CONFIG_ACPI) += acpi.o 15pci-$(CONFIG_ACPI) += acpi.o
16pci-y += legacy.o irq.o 16pci-y += legacy.o irq.o
17pci-$(CONFIG_NUMA) += mp_bus_to_node.o
17 18
18# Careful: VISWS overrule the pci-y above. The colons are 19# Careful: VISWS overrule the pci-y above. The colons are
19# therefor correct. This needs a proper fix by distangling the code. 20# therefor correct. This needs a proper fix by distangling the code.
@@ -21,9 +22,6 @@ pci-$(CONFIG_X86_VISWS) := visws.o fixup.o
21 22
22pci-$(CONFIG_X86_NUMAQ) += numa.o 23pci-$(CONFIG_X86_NUMAQ) += numa.o
23 24
24# Necessary for NUMAQ as well
25pci-$(CONFIG_NUMA) += mp_bus_to_node.o
26
27obj-y += $(pci-y) common.o early.o 25obj-y += $(pci-y) common.o early.o
28obj-y += amd_bus.o 26obj-y += amd_bus.o
29 27