aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/Makefile
blob: 438cab8a7c4913a61de553d6fe2b022f654b80f0 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0+

obj-$(CONFIG_IOMMU) += iommu-uclass.o

obj-$(CONFIG_APPLE_DART) += apple_dart.o
obj-$(CONFIG_SANDBOX) += sandbox_iommu.o
obj-$(CONFIG_QCOM_HYP_SMMU) += qcom-hyp-smmu.o