commit | fb5746243707d6b84dea02490a86868c3d7f534d | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Sat Oct 23 16:58:02 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 31 08:46:44 2021 -0400 |
tree | 42152600fb6ba702c4211d7065c4d5801087eb9d | |
parent | 40dbf03d7d2dd2b5516f797069e3ea830db6fecc [diff] [blame] |
test: Add tests for IOMMU uclass Add a set of tests for the IOMMU uclass. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/iommu/Makefile b/drivers/iommu/Makefile index f1ceb10..af1c6bb 100644 --- a/drivers/iommu/Makefile +++ b/drivers/iommu/Makefile
@@ -1,3 +1,5 @@ # SPDX-License-Identifier: GPL-2.0+ obj-$(CONFIG_IOMMU) += iommu-uclass.o + +obj-$(CONFIG_SANDBOX) += sandbox_iommu.o