Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
8f05ae0e3fdd533865dbd1b0b2632986c0706a50
/
.
/
arch
/
cris
/
boot
/
dts
/
Makefile
blob: 3318c630caa225dffb6d9689b40e074d26f141a1 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
BUILTIN_DTB
:=
$
(
patsubst
"%"
,%,
$
(
CONFIG_BUILTIN_DTB
)).
dtb
.
o
ifneq
(
$
(
CONFIG_BUILTIN_DTB
),
""
)
obj
-
$
(
CONFIG_OF
)
+=
$
(
BUILTIN_DTB
)
endif
clean
-
files
:=
*.
dtb
.
S