]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
devicetree: use wildcard to clean arch subdir
authorThomas Chou <thomas@wytron.com.tw>
Wed, 6 Jan 2016 01:49:24 +0000 (09:49 +0800)
committerSimon 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

index c4ac153ef3602bf6f2a66128d3bb63a3ffbcb416..dbde7035aa556d5f3060dfe81eac13a6e8b445b8 100644 (file)
@@ -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