From 6bd04bb48715dc8e8f6d1a3389f886698bba0dc0 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 28 Mar 2014 14:55:02 +0900 Subject: kbuild: fix bugs in cleaning targets "make clean", "make clobber", "make mrproper" and "make distclean" missed to clean-up some files when they were run with O= option. Signed-off-by: Masahiro Yamada Reported-by: Wolfgang Denk --- dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dts') diff --git a/dts/Makefile b/dts/Makefile index 9907463fc6..e59550c9d2 100644 --- a/dts/Makefile +++ b/dts/Makefile @@ -44,4 +44,4 @@ dtbs: $(obj)/dt.dtb clean-files := dt.dtb.S # Let clean descend into dts directories -subdir- += ../arch/*/dts +subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/sandbox/dts ../arch/x86/dts -- cgit v1.2.3