Sign in
android-kvm
/
linux
/
5370b0f49078203acf3c064b634a09707167a864
/
.
/
arch
/
nios2
/
boot
/
dts
/
Makefile
blob: a91a0b09be6336b07e01b73c467699ad3b4513de [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
obj
-
y
:=
$
(
patsubst
"%.dts"
,%.
dtb
.
o
,
$
(
CONFIG_NIOS2_DTB_SOURCE
))
dtstree
:=
$
(
srctree
)/
$
(
src
)
dtb
-
$
(
CONFIG_OF_ALL_DTBS
)
:=
$
(
patsubst $
(
dtstree
)/%.
dts
,%.
dtb
,
$
(
wildcard $
(
dtstree
)/*.
dts
))