[PATCH 10/28] test: Move fdt-overlay-test rule into test/
Simon Glass
sjg at chromium.org
Mon Jan 20 22:53:10 CET 2025
The Makefile rules for tests should be within test/Makefile so move the
'fdt-overlay' rule over.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Makefile | 1 -
test/Makefile | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 5d1b3d0f217..655359d254a 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/
--
2.43.0
More information about the U-Boot
mailing list