mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
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>
6 lines
248 B
Makefile
6 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
|