aboutsummaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorAsherah Connor <ashe@kivikakk.ee>2021-03-19 18:21:41 +1100
committerTom Rini <trini@konsulko.com>2021-04-12 17:45:39 -0400
commit69512551aa8453b8ea9d1c5c896de9b3ad9cbfdf (patch)
tree9d19e433e15c29965cf26316baac4a72531adb1d /test/dm/Makefile
parent5b0b43e0e25dbeed62a2155e7f3be562b9ceb9bd (diff)
downloadu-boot-69512551aa8453b8ea9d1c5c896de9b3ad9cbfdf.tar.gz
test: qemu: add qfw sandbox driver, dm tests, qemu tests
A sandbox driver and test are added for the qfw uclass, and a test in QEMU added for qfw functionality to confirm it doesn't break in real world use. Signed-off-by: Asherah Connor <ashe@kivikakk.ee> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index f5cc5540e8..d54abb7341 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -98,5 +98,6 @@ endif
ifneq ($(CONFIG_EFI_PARTITION),)
obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fastboot.o
endif
+obj-$(CONFIG_QFW) += qfw.o
endif
endif # !SPL