Skip to content
Snippets Groups Projects
Commit 67871a59 authored by Thomas Chou's avatar Thomas Chou Committed by Simon Glass
Browse files

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: default avatarThomas Chou <thomas@wytron.com.tw>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 6905f4d3
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment