From: Simon Glass Date: Fri, 7 Feb 2025 18:30:40 +0000 (-0700) Subject: test: Move env-test rule into test/ X-Git-Tag: v2025.07-rc1~18^2~104^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f4605c09d5662afa08cb5db8201d088ca476ab;p=pandora-u-boot.git test: Move env-test rule into test/ The Makefile rules for tests should be within test/Makefile so move the 'env' rule over. Signed-off-by: Simon Glass --- diff --git a/Makefile b/Makefile index a9cc235b6da..3fe1873f5d8 100644 --- a/Makefile +++ b/Makefile @@ -893,7 +893,6 @@ ifdef CONFIG_POST libs-y += post/ endif libs-$(CONFIG_$(PHASE_)UNIT_TEST) += test/ -libs-$(CONFIG_UT_ENV) += test/env/ libs-$(CONFIG_UT_OPTEE) += test/optee/ libs-$(CONFIG_UT_FDT_OVERLAY) += test/fdt_overlay/ diff --git a/test/Makefile b/test/Makefile index 47a07d653a9..17716ef384a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -19,6 +19,7 @@ obj-y += ut.o ifeq ($(CONFIG_XPL_BUILD),) obj-y += boot/ obj-$(CONFIG_UNIT_TEST) += common/ +obj-$(CONFIG_UT_ENV) += env/ obj-y += log/ else obj-$(CONFIG_SPL_UT_LOAD) += image/