]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test: Move optee-test rule into test/
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:41 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:59 +0000 (20:10 -0600)
The Makefile rules for tests should be within test/Makefile so move the
'optee' rule over.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
test/Makefile

index 3fe1873f5d8ca730650ea02ab8a5018efd692c98..94cc3f1e4ec62dea352ce78a2cf93bb16b6c10c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -893,7 +893,6 @@ ifdef CONFIG_POST
 libs-y += post/
 endif
 libs-$(CONFIG_$(PHASE_)UNIT_TEST) += test/
-libs-$(CONFIG_UT_OPTEE) += test/optee/
 libs-$(CONFIG_UT_FDT_OVERLAY) += test/fdt_overlay/
 
 libs-y += $(if $(wildcard $(srctree)/board/$(BOARDDIR)/Makefile),board/$(BOARDDIR)/)
index 17716ef384ad6cfb173ca07324ed0b19780765ec..5ef8c379cb21f5e2134ce0c0342b1c6ceb7eb759 100644 (file)
@@ -14,6 +14,7 @@ endif
 ifneq ($(CONFIG_HUSH_PARSER),)
 obj-$(CONFIG_$(XPL_)CMDLINE) += hush/
 endif
+obj-$(CONFIG_UT_OPTEE) += optee/
 obj-y += ut.o
 
 ifeq ($(CONFIG_XPL_BUILD),)