summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/Makefile
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2011-06-14 16:44:25 +0200
committerJoerg Roedel <joerg.roedel@amd.com>2011-06-21 10:49:31 +0200
commit403f81d8ee532c976d50a5e1051f14ec78ae8db3 (patch)
tree298415f1f6a1fd5d762c6549eec7bb68dc611770 /drivers/iommu/Makefile
parent68255b628776dfafa7f67ca3afd66bd4ba377307 (diff)
downloadlinux-0-day-403f81d8ee532c976d50a5e1051f14ec78ae8db3.tar.gz
linux-0-day-403f81d8ee532c976d50a5e1051f14ec78ae8db3.tar.xz
iommu/amd: Move missing parts to drivers/iommu
A few parts of the driver were missing in drivers/iommu. Move them there to have the complete driver in that directory. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/iommu/Makefile')
-rw-r--r--drivers/iommu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/Makefile b/drivers/iommu/Makefile
index 49e9c0f46bd5d..4d4d77df7cacf 100644
--- a/drivers/iommu/Makefile
+++ b/drivers/iommu/Makefile
@@ -1,5 +1,5 @@
obj-$(CONFIG_IOMMU_API) += iommu.o
obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o msm_iommu_dev.o
-obj-$(CONFIG_AMD_IOMMU) += amd_iommu.o
+obj-$(CONFIG_AMD_IOMMU) += amd_iommu.o amd_iommu_init.o
obj-$(CONFIG_DMAR) += dmar.o iova.o intel-iommu.o
obj-$(CONFIG_INTR_REMAP) += dmar.o intr_remapping.o