aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
diff options
context:
space:
mode:
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)
99 obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o 99 obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o
100 obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o 100 obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o
101 obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o 101 obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o
102
103 obj-$(CONFIG_PCI_MMCONFIG) += mmconf-fam10h_64.o
102endif 104endif