Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
3d8e164857e6a71dd709dbc82266d6a7fa7f29a6
/
.
/
arch
/
cris
/
boot
/
dts
/
Makefile
blob: faf69fb9919f07ded5afb768df315d412a105391 [
file
] [
log
] [
blame
]
BUILTIN_DTB
:=
$
(
patsubst
"%"
,%,
$
(
CONFIG_BUILTIN_DTB
)).
dtb
.
o
ifneq
(
$
(
CONFIG_BUILTIN_DTB
),
""
)
obj
-
$
(
CONFIG_OF
)
+=
$
(
BUILTIN_DTB
)
endif
clean
-
files
:=
*.
dtb
.
S