Mark Kettenis | 40dbf03 | 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 | fb57462 | 2021-10-23 16:58:02 +0200 | [diff] [blame] | 4 | |
Mark Kettenis | 785cfde | 2021-10-23 16:58:05 +0200 | [diff] [blame] | 5 | obj-$(CONFIG_APPLE_DART) += apple_dart.o |
Mark Kettenis | fb57462 | 2021-10-23 16:58:02 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_SANDBOX) += sandbox_iommu.o |