From: Simon Glass Date: Fri, 7 Feb 2025 18:30:42 +0000 (-0700) Subject: test: Move fdt-overlay-test rule into test/ X-Git-Tag: v2025.07-rc1~18^2~104^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d87ffdaa3c41ceb245f75b518e0fbee358654b7a;p=pandora-u-boot.git test: Move fdt-overlay-test rule into test/ The Makefile rules for tests should be within test/Makefile so move the 'fdt-overlay' rule over. Signed-off-by: Simon Glass --- diff --git a/Makefile b/Makefile index 94cc3f1e4ec..d4fedd87fe6 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_FDT_OVERLAY) += test/fdt_overlay/ libs-y += $(if $(wildcard $(srctree)/board/$(BOARDDIR)/Makefile),board/$(BOARDDIR)/) diff --git a/test/Makefile b/test/Makefile index 5ef8c379cb2..99d4797d968 100644 --- a/test/Makefile +++ b/test/Makefile @@ -21,6 +21,7 @@ ifeq ($(CONFIG_XPL_BUILD),) obj-y += boot/ obj-$(CONFIG_UNIT_TEST) += common/ obj-$(CONFIG_UT_ENV) += env/ +obj-$(CONFIG_UT_FDT_OVERLAY) += fdt_overlay/ obj-y += log/ else obj-$(CONFIG_SPL_UT_LOAD) += image/