Skip to content

Commit

Permalink
devicetree: use wildcard to clean arch subdir
Browse files Browse the repository at this point in the history
Use wildcard to clean arch subdirectories, as it is cleaner than
listing all the arch which builds dtb.

Signed-off-by: Thomas Chou <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
  • Loading branch information
hippo5329 authored and sjg20 committed Jan 22, 2016
1 parent 6905f4d commit 67871a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 67871a5

Please sign in to comment.