Skip to content

Commit

Permalink
x86/pci: Makefile merge: decoupling options for mp_bus_to_node.o
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Richter <robert.richter@amd.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 9, 2008
1 parent 0b40e84 commit a5d4fb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/x86/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ pci-y := fixup.o
# legacy/irq.o
pci-$(CONFIG_ACPI) += acpi.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
# therefor correct. This needs a proper fix by distangling the code.
pci-$(CONFIG_X86_VISWS) := visws.o fixup.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 += amd_bus.o

Expand Down

0 comments on commit a5d4fb9

Please sign in to comment.