403f81d8ee
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>
5 lines
248 B
Makefile
5 lines
248 B
Makefile
obj-$(CONFIG_IOMMU_API) += iommu.o
|
|
obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o msm_iommu_dev.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
|