Commit 8eefc664 authored by Robert Richter's avatar Robert Richter Committed by Ingo Molnar

x86/pci: Makefile merge: creating pci-y for 64 bit

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 8043c7be
...@@ -34,10 +34,10 @@ else ...@@ -34,10 +34,10 @@ else
obj-y := i386.o init.o obj-y := i386.o init.o
obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_64.o direct.o mmconfig-shared.o obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_64.o direct.o mmconfig-shared.o
obj-$(CONFIG_PCI_DIRECT) += direct.o obj-$(CONFIG_PCI_DIRECT) += direct.o
obj-y += fixup.o pci-y := fixup.o
obj-$(CONFIG_ACPI) += acpi.o pci-$(CONFIG_ACPI) += acpi.o
obj-y += legacy.o irq.o pci-y += legacy.o irq.o
obj-y += common.o early.o obj-y += $(pci-y) common.o early.o
obj-y += amd_bus.o obj-y += amd_bus.o
endif endif
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