mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
fb57462437
Add a set of tests for the IOMMU uclass. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org>
5 lines
117 B
Makefile
5 lines
117 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_IOMMU) += iommu-uclass.o
|
|
|
|
obj-$(CONFIG_SANDBOX) += sandbox_iommu.o
|