From 67871a595873930a0a536b1685e5caac53766701 Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Wed, 6 Jan 2016 09:49:24 +0800 Subject: 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 Reviewed-by: Bin Meng --- dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dts') 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 -- cgit v1.2.1