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
csky: remove builtin-dtb Kbuild
[linux/fpc-iii.git]
/
arch
/
csky
/
boot
/
dts
/
Makefile
blob
19a7f028ee20a1812093c5541a065d7345b44bb6
1
dtstree
:= $(
srctree
)/$(
src
)
2
3
dtb-y
:= $(
patsubst
$(
dtstree
)/%
.dts
,%
.dtb
, $(
wildcard
$(
dtstree
)/*
.dts
))
4
5
always
+= $(
dtb-y
)
6
clean-files
+= *
.dtb
*
.dtb.S