]> git.dujemihanovic.xyz Git - u-boot.git/commit
dts: Deduplicate dtbs target
authorMarek Vasut <marex@denx.de>
Fri, 4 Oct 2024 00:10:42 +0000 (02:10 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 01:32:04 +0000 (19:32 -0600)
commitd2061828a4c1b60b44cd2307b6a782ac2efbffbe
treed82e869ea83c34a68111408d6ee2a14277ff17d1
parentd467f359c4c875a96857ced2b660b4d185b4714f
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
16 files changed:
arch/arc/dts/Makefile
arch/arm/dts/Makefile
arch/m68k/dts/Makefile
arch/microblaze/dts/Makefile
arch/mips/dts/Makefile
arch/nios2/dts/Makefile
arch/powerpc/dts/Makefile
arch/riscv/dts/Makefile
arch/sandbox/dts/Makefile
arch/sh/dts/Makefile
arch/x86/dts/Makefile
arch/xtensa/dts/Makefile
dts/upstream/src/arm/Makefile
dts/upstream/src/arm64/Makefile
dts/upstream/src/xtensa/Makefile
scripts/Makefile.dts