diff options
author | Yinghai Lu <yinghai@kernel.org> | 2009-11-11 22:27:40 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-11-24 15:25:59 -0800 |
commit | 67f241f4579651ea4335b58967c8880c0a378249 (patch) | |
tree | 595afbde4b48bcd33425fb96ee2f4e09e45b6979 /arch/x86/pci/Makefile | |
parent | 7b7a78594292d540720485544ad1043b71de14e0 (diff) | |
download | blackbird-op-linux-67f241f4579651ea4335b58967c8880c0a378249.tar.gz blackbird-op-linux-67f241f4579651ea4335b58967c8880c0a378249.zip |
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/Makefile | 2 |
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 |