Sign in
android-kvm
/
linux
/
b3454ce0b2c8a56e760e6baa88ed10278585072b
/
.
/
arch
/
nios2
/
boot
/
dts
/
Makefile
blob: e9e31bb40df8510bf89eb26c95bae0463245aa1e [
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
))