mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 06:02:05 +00:00
166e9278a3
This should ease finding similarities with different platforms, with the intention of solving problems once in a generic framework which everyone can use. Note: to move intel-iommu.c, the declaration of pci_find_upstream_pcie_bridge() has to move from drivers/pci/pci.h to include/linux/pci.h. This is handled in this patch, too. As suggested, also drop DMAR's EXPERIMENTAL tag while we're at it. Compile-tested on x86_64. Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
6 lines
231 B
Makefile
6 lines
231 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
|
|
obj-$(CONFIG_DMAR) += dmar.o iova.o intel-iommu.o
|
|
obj-$(CONFIG_INTR_REMAP) += dmar.o intr_remapping.o
|