Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux.git
/
a1b866f2018748282fa026eb4c92d032dfda11a9
/
.
/
arch
/
nios2
/
boot
/
dts
/
Makefile
blob: 1b8f41c4154f268e91549e8f7edd82a9bce8b9ba [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
dtb
-
y
:=
$
(
addsuffix
.
dtb
,
$
(
CONFIG_BUILTIN_DTB_NAME
))
dtb
-
$
(
CONFIG_OF_ALL_DTBS
)
+=
$
(
patsubst $
(
src
)/%.
dts
,%.
dtb
,
$
(
wildcard $
(
src
)/*.
dts
))