mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Commit 654102df2a
("kbuild: add generic support for built-in boot
DTBs") introduced generic support for built-in DTBs.
Select GENERIC_BUILTIN_DTB when built-in DTB support is enabled.
To keep consistency across architectures, this commit also renames
CONFIG_BUILTIN_DTB_SOURCE to CONFIG_BUILTIN_DTB_NAME.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20241222000836.2578171-1-masahiroy@kernel.org
Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
10 lines
216 B
Makefile
10 lines
216 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
subdir-y += allwinner
|
|
subdir-y += canaan
|
|
subdir-y += microchip
|
|
subdir-y += renesas
|
|
subdir-y += sifive
|
|
subdir-y += sophgo
|
|
subdir-y += spacemit
|
|
subdir-y += starfive
|
|
subdir-y += thead
|