diff options
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 77807d4769c9..1e4e00aca18c 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -100,6 +100,7 @@ ifeq ($(CONFIG_X86_64),y) | |||
100 | 100 | ||
101 | obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o | 101 | obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o |
102 | obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o | 102 | obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o |
103 | obj-$(CONFIG_AMD_IOMMU) += amd_iommu_init.o | ||
103 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o | 104 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o |
104 | 105 | ||
105 | obj-$(CONFIG_PCI_MMCONFIG) += mmconf-fam10h_64.o | 106 | obj-$(CONFIG_PCI_MMCONFIG) += mmconf-fam10h_64.o |