summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Lechner <[email protected]>2026-02-23 14:44:38 -0600
committerTom Rini <[email protected]>2026-03-09 18:58:27 -0600
commiteb3042dc0d93095c1fb6dbea82dacc9bc7d6e809 (patch)
tree58b5788adc48bb3387d68d3c5ad214ba8606e62f /Makefile
parent1e240f7206fccde4ec73ea432ab8360d321c5fe5 (diff)
Makefile: fix duplicate dtbs recipe
Convert a duplicate dtbs recipe into a dependency in the main Makefile. Another recipe is already defined on line 2369, so we are getting spurious warnings like: Makefile:2369: warning: overriding recipe for target 'dtbs' Makefile:1425: warning: ignoring old recipe for target 'dtbs' The removed recipe was a no-op anyway so can be safely removed. Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15c7d2c6318..ad2ecc3861a 100644
--- a/Makefile
+++ b/Makefile
@@ -1422,7 +1422,6 @@ endif
PHONY += dtbs dtbs_check
dtbs: dts/dt.dtb
- @:
dts/dt.dtb: dtbs_prepare u-boot
$(Q)$(MAKE) $(build)=dts dtbs