projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6905f4d
)
devicetree: use wildcard to clean arch subdir
author
Thomas Chou
<thomas@wytron.com.tw>
Wed, 6 Jan 2016 01:49:24 +0000
(09:49 +0800)
committer
Simon Glass
<sjg@chromium.org>
Fri, 22 Jan 2016 21:41:14 +0000
(14:41 -0700)
Use wildcard to clean arch subdirectories, as it is cleaner than
listing all the arch which builds dtb.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
dts/Makefile
patch
|
blob
|
history
diff --git
a/dts/Makefile
b/dts/Makefile
index c4ac153ef3602bf6f2a66128d3bb63a3ffbcb416..dbde7035aa556d5f3060dfe81eac13a6e8b445b8 100644
(file)
--- a/
dts/Makefile
+++ b/
dts/Makefile
@@
-45,4
+45,4
@@
dtbs: $(obj)/dt.dtb
clean-files := dt.dtb.S
# Let clean descend into dts directories
-subdir- += ../arch/
arm/dts ../arch/microblaze/dts ../arch/mips/dts ../arch/sandbox/dts ../arch/x86
/dts
+subdir- += ../arch/
*
/dts