[U-Boot] [PATCH] Makefile: drop arch/*/include/asm/proc from make mrproper pattern

Masahiro Yamada yamada.m at jp.panasonic.com
Tue Jun 24 11:15:45 CEST 2014


Commit 7d89982b stopped creating symbolic link
arch/${arch}/include/asm/proc.

We do not need to delete it by "make mrproper" any more.

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
Cc: Vasili Galka <vvv444 at gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e429212..234708a 100644
--- a/Makefile
+++ b/Makefile
@@ -1273,7 +1273,7 @@ $(mrproper-dirs):
 mrproper: clobber $(mrproper-dirs)
 	$(call cmd,rmdirs)
 	$(call cmd,rmfiles)
-	@rm -f arch/*/include/asm/arch arch/*/include/asm/proc
+	@rm -f arch/*/include/asm/arch
 
 # distclean
 #
-- 
1.9.1



More information about the U-Boot mailing list