mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-26 06:10:54 +00:00

Commit 654102df2a
("kbuild: add generic support for built-in boot
DTBs") introduced generic support for built-in DTBs.
Select GENERIC_BUILTIN_DTB to use the generic rule.
To keep consistency across architectures, this commit also renames
CONFIG_OPENRISC_BUILTIN_DTB_NAME to CONFIG_BUILTIN_DTB_NAME.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
5 lines
113 B
Makefile
5 lines
113 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-y += $(addsuffix .dtb, $(CONFIG_BUILTIN_DTB_NAME))
|
|
|
|
#DTC_FLAGS ?= -p 1024
|