Mark Kettenis | e1311b6 | 2021-10-23 16:58:01 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | obj-$(CONFIG_IOMMU) += iommu-uclass.o |
Mark Kettenis | 67748ee | 2021-10-23 16:58:02 +0200 | [diff] [blame] | 4 | |
Mark Kettenis | 357a256 | 2021-10-23 16:58:05 +0200 | [diff] [blame] | 5 | obj-$(CONFIG_APPLE_DART) += apple_dart.o |
Mark Kettenis | 67748ee | 2021-10-23 16:58:02 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_SANDBOX) += sandbox_iommu.o |
Caleb Connolly | a95de05 | 2023-12-11 18:41:42 +0000 | [diff] [blame] | 7 | obj-$(CONFIG_QCOM_HYP_SMMU) += qcom-hyp-smmu.o |