aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2024-07-10 09:16:12 +0200
committerTom Rini <trini@konsulko.com>2024-07-18 13:51:07 -0600
commite1ad98ed9b2868f0f2930738f63e4e58b0de9b04 (patch)
treebaf411eb38180e0129b80259ddbc7eda5c8ca46d
parent7c996f244374ef7a3dac6d8effe1152ee21b9ef6 (diff)
downloadu-boot-e1ad98ed9b2868f0f2930738f63e4e58b0de9b04.zip
u-boot-e1ad98ed9b2868f0f2930738f63e4e58b0de9b04.tar.gz
u-boot-e1ad98ed9b2868f0f2930738f63e4e58b0de9b04.tar.bz2
kbuild: Disallow DTB overlays to built from .dts named source files
[equivalent to linux commit 81d362732bac] As a follow up to the series allowing DTB overlays to built from .dtso files. Now that all overlays have been renamed, remove the ability to build from overlays from .dts files to prevent any files with the old name from accidental being added. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
-rw-r--r--scripts/Makefile.lib3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 549c361..d6fbf9a 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -416,9 +416,6 @@ cmd_dtco = mkdir -p $(dir ${dtc-tmp}) ; \
-d $(depfile).dtc.tmp $(dtc-tmp) ; \
cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
-$(obj)/%.dtbo: $(src)/%.dts $(DTC) FORCE
- $(call if_changed_dep,dtco)
-
$(obj)/%.dtbo: $(src)/%.dtso $(DTC) FORCE
$(call if_changed_dep,dtco)