]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MIPS: migrate to generic rule for built-in DTBs
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 22 Dec 2024 00:04:13 +0000 (09:04 +0900)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sat, 11 Jan 2025 12:53:42 +0000 (13:53 +0100)
commit04e4ec98e405102edf54c3e40fd9bb031e4ac5bb
treef01a2dc8c8a6ea8a500de04d1cdd3ea5d20afb51
parentbc7584e009c39375294794f7ca751a6b2622c425
MIPS: migrate to generic rule for built-in DTBs

Commit 654102df2ac2 ("kbuild: add generic support for built-in boot
DTBs") introduced generic support for built-in DTBs.

Select GENERIC_BUILTIN_DTB and BUILTIN_DTB_ALL when the built-in DTB
support is enabled.

DTBs compiled under arch/mips/boot/dts/ will be wrapped by the generic
rule in scripts/Makefile.vmlinux.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/boot/dts/Makefile
arch/mips/boot/dts/brcm/Makefile
arch/mips/boot/dts/cavium-octeon/Makefile
arch/mips/boot/dts/ingenic/Makefile
arch/mips/boot/dts/lantiq/Makefile
arch/mips/boot/dts/loongson/Makefile
arch/mips/boot/dts/mscc/Makefile
arch/mips/boot/dts/mti/Makefile
arch/mips/boot/dts/pic32/Makefile
arch/mips/boot/dts/ralink/Makefile