summaryrefslogtreecommitdiff
path: root/arch/x86/pci/Makefile
diff options
context:
space:
mode:
authorYinghai Lu <yinghai@kernel.org>2009-11-11 22:27:40 -0800
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-11-24 15:25:59 -0800
commit67f241f4579651ea4335b58967c8880c0a378249 (patch)
tree595afbde4b48bcd33425fb96ee2f4e09e45b6979 /arch/x86/pci/Makefile
parent7b7a78594292d540720485544ad1043b71de14e0 (diff)
x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.c
Those functions are used by intel_bus.c so seperate them to another file. and make amd_bus a bit smaller. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/x86/pci/Makefile')
-rw-r--r--arch/x86/pci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile
index d8a0a6279a4d..564b008a51c7 100644
--- a/arch/x86/pci/Makefile
+++ b/arch/x86/pci/Makefile
@@ -15,7 +15,7 @@ obj-$(CONFIG_X86_NUMAQ) += numaq_32.o
obj-y += common.o early.o
obj-y += amd_bus.o
-obj-$(CONFIG_X86_64) += intel_bus.o
+obj-$(CONFIG_X86_64) += bus_numa.o intel_bus.o
ifeq ($(CONFIG_PCI_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG