repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git]
/
arch
/
cris
/
boot
/
dts
/
Makefile
blob
118fe990a1737a61ecf22128a5f0fc711937c04f
1
# SPDX-License-Identifier: GPL-2.0
2
BUILTIN_DTB
:= $(
patsubst
"%"
,%,$(
CONFIG_BUILTIN_DTB
))
.dtb.o
3
ifneq
($(
CONFIG_BUILTIN_DTB
),
""
)
4
obj-
$(
CONFIG_OF
) += $(
BUILTIN_DTB
)
5
endif