From: Masahiro Yamada <yamada.m@jp.panasonic.com>
Date: Tue, 24 Jun 2014 09:15:45 +0000 (+0900)
Subject: Makefile: drop arch/*/include/asm/proc from make mrproper pattern
X-Git-Tag: v2025.01-rc5-pxa1908~15099
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=e9c16a8012399a41e8a0acf86828255f9a779e88;p=u-boot.git

Makefile: drop arch/*/include/asm/proc from make mrproper pattern

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@jp.panasonic.com>
Cc: Vasili Galka <vvv444@gmail.com>
---

diff --git a/Makefile b/Makefile
index 1e9ffa1d74..b8cce74e3e 100644
--- a/Makefile
+++ b/Makefile
@@ -1274,7 +1274,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
 #