diff options
author | Masahiro Yamada | 2014-06-24 18:15:45 +0900 |
---|---|---|
committer | Tom Rini | 2014-07-07 19:42:33 -0400 |
commit | e9c16a8012399a41e8a0acf86828255f9a779e88 (patch) | |
tree | 8aa3bccfd8d5af8caa6d97e09f9fbb88768516e9 | |
parent | 878cae6b0263576317fcd77bf903cb9e503e6cc7 (diff) |
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>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 # |