repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.1.18
[linux/fpc-iii.git]
/
arch
/
cris
/
boot
/
dts
/
Makefile
blob
faf69fb9919f07ded5afb768df315d412a105391
1
BUILTIN_DTB
:= $(
patsubst
"%"
,%,$(
CONFIG_BUILTIN_DTB
))
.dtb.o
2
ifneq
($(
CONFIG_BUILTIN_DTB
),
""
)
3
obj-
$(
CONFIG_OF
) += $(
BUILTIN_DTB
)
4
endif
5
6
clean-files
:= *
.dtb.S