dts: Deduplicate dtbs target

The dtbs: target is almost identical in all architecture Makefiles.
All architecture Makefiles include scripts/Makefile.dts . Deduplicate
the dtbs: target into scripts/Makefile.dts . No functional change.

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom, OF_UPSTREAM
This commit is contained in:
Marek Vasut
2024-10-04 02:10:42 +02:00
committed by Tom Rini
parent d467f359c4
commit d2061828a4
16 changed files with 14 additions and 120 deletions

View File

@@ -14,3 +14,11 @@ dtb-vendor_dts := $(patsubst %.dts,%.dtb,$(wildcard $(dt_dir)/$(subst ",,$(CONFI
dtb-y += $(subst $(dt_dir)/,,$(dtb-vendor_dts))
endif
targets += $(dtb-y)
PHONY += dtbs
dtbs: $(addprefix $(obj)/, $(dtb-y))
@:
clean-files := *.dtb *.dtbo */*.dtb */*.dtbo *_HS