Commit a5d4fb94 authored by Robert Richter's avatar Robert Richter Committed by Ingo Molnar

x86/pci: Makefile merge: decoupling options for mp_bus_to_node.o

Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
Acked-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 0b40e84a
...@@ -14,6 +14,7 @@ pci-y := fixup.o ...@@ -14,6 +14,7 @@ pci-y := fixup.o
# legacy/irq.o # legacy/irq.o
pci-$(CONFIG_ACPI) += acpi.o pci-$(CONFIG_ACPI) += acpi.o
pci-y += legacy.o irq.o pci-y += legacy.o irq.o
pci-$(CONFIG_NUMA) += mp_bus_to_node.o
# Careful: VISWS overrule the pci-y above. The colons are # Careful: VISWS overrule the pci-y above. The colons are
# therefor correct. This needs a proper fix by distangling the code. # therefor correct. This needs a proper fix by distangling the code.
...@@ -21,9 +22,6 @@ pci-$(CONFIG_X86_VISWS) := visws.o fixup.o ...@@ -21,9 +22,6 @@ pci-$(CONFIG_X86_VISWS) := visws.o fixup.o
pci-$(CONFIG_X86_NUMAQ) += numa.o pci-$(CONFIG_X86_NUMAQ) += numa.o
# Necessary for NUMAQ as well
pci-$(CONFIG_NUMA) += mp_bus_to_node.o
obj-y += $(pci-y) common.o early.o obj-y += $(pci-y) common.o early.o
obj-y += amd_bus.o obj-y += amd_bus.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment