aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
diff options
context:
space:
mode:
authorYinghai Lu <Yinghai.Lu@Sun.COM>2008-02-26 11:04:17 -0800
committerIngo Molnar <mingo@elte.hu>2008-04-26 23:41:04 +0200
commitd39398a333ddc490f842ccdd4b76c9674682aa5d (patch)
treecd5e2c93fe8b8a7032ad05e54053de74b185cabe /arch/x86/kernel/Makefile
parentx86: if acpi=off, force setting the mmconf for fam10h (diff)
downloadlinux-dev-d39398a333ddc490f842ccdd4b76c9674682aa5d.tar.xz
linux-dev-d39398a333ddc490f842ccdd4b76c9674682aa5d.zip
x86: seperate mmconf for fam10h out from setup_64.c
Separate mmconf for fam10h out from setup_64.c Signed-off-by: Yinghai Lu <yinghai.lu@sun.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r--arch/x86/kernel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 90e092d0af0c..815b650977b4 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -99,4 +99,6 @@ ifeq ($(CONFIG_X86_64),y)
obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o
obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o
obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o
+
+ obj-$(CONFIG_PCI_MMCONFIG) += mmconf-fam10h_64.o
endif