diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2011-06-14 16:44:25 +0200 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2011-06-21 10:49:31 +0200 |
commit | 403f81d8ee532c976d50a5e1051f14ec78ae8db3 (patch) | |
tree | 298415f1f6a1fd5d762c6549eec7bb68dc611770 /drivers/iommu/Makefile | |
parent | 68255b628776dfafa7f67ca3afd66bd4ba377307 (diff) | |
download | linux-3.10-403f81d8ee532c976d50a5e1051f14ec78ae8db3.tar.gz linux-3.10-403f81d8ee532c976d50a5e1051f14ec78ae8db3.tar.bz2 linux-3.10-403f81d8ee532c976d50a5e1051f14ec78ae8db3.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/Makefile b/drivers/iommu/Makefile index 49e9c0f46bd..4d4d77df7ca 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 |