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
perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git]
/
arch
/
nds32
/
boot
/
dts
/
Makefile
blob
d31faa8a1d50dc1ad64246fb9fa6851f36d4e317
1
ifneq
'$(CONFIG_NDS32_BUILTIN_DTB)'
'""'
2
BUILTIN_DTB
:= $(
patsubst
"%"
,%,$(
CONFIG_NDS32_BUILTIN_DTB
))
.dtb.o
3
else
4
BUILTIN_DTB
:=
5
endif
6
obj-
$(
CONFIG_OF
) += $(
BUILTIN_DTB
)
7
8
clean-files
:= *
.dtb
*
.dtb.S