summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-02-07 11:30:39 -0700
committerTom Rini <[email protected]>2025-02-11 20:10:58 -0600
commitea29bad9cff2fd88d172276b58859f01649fe444 (patch)
treede52ec210146b21610f326877ff1c8b6d061bac5 /Makefile
parentc908ecb7b51e886469c4fc8eb5492bdbda55b871 (diff)
test: Tweak FDT-overlay tests
Use fdt_overlay consistently in the identifiers and file/dir names. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b32606b69f5..a9cc235b6da 100644
--- a/Makefile
+++ b/Makefile
@@ -895,7 +895,7 @@ endif
libs-$(CONFIG_$(PHASE_)UNIT_TEST) += test/
libs-$(CONFIG_UT_ENV) += test/env/
libs-$(CONFIG_UT_OPTEE) += test/optee/
-libs-$(CONFIG_UT_OVERLAY) += test/overlay/
+libs-$(CONFIG_UT_FDT_OVERLAY) += test/fdt_overlay/
libs-y += $(if $(wildcard $(srctree)/board/$(BOARDDIR)/Makefile),board/$(BOARDDIR)/)