Commit 67871a595873930a0a536b1685e5caac53766701

Authored by Thomas Chou
Committed by Simon Glass
1 parent 6905f4d3c7

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -45,5 +45,5 @@
45 45 clean-files := dt.dtb.S
46 46  
47 47 # Let clean descend into dts directories
48   -subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/mips/dts ../arch/sandbox/dts ../arch/x86/dts
  48 +subdir- += ../arch/*/dts