summaryrefslogtreecommitdiffstats
path: root/dts
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2016-01-06 09:49:24 +0800
committerSimon Glass <sjg@chromium.org>2016-01-22 14:41:14 -0700
commit67871a595873930a0a536b1685e5caac53766701 (patch)
tree3f44fe8a1295b0af91d7f58f7a2f28010ada57e6 /dts
parent6905f4d3c7be46fed4859f51f0a8f9a1107c22e7 (diff)
downloadtalos-obmc-uboot-67871a595873930a0a536b1685e5caac53766701.tar.gz
talos-obmc-uboot-67871a595873930a0a536b1685e5caac53766701.zip
devicetree: use wildcard to clean arch subdir
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>
Diffstat (limited to 'dts')
-rw-r--r--dts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/Makefile b/dts/Makefile
index c4ac153ef3..dbde7035aa 100644
--- 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
OpenPOWER on IntegriCloud