]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Makefile: drop arch/*/include/asm/proc from make mrproper pattern
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 24 Jun 2014 09:15:45 +0000 (18:15 +0900)
committerTom Rini <trini@ti.com>
Mon, 7 Jul 2014 23:42:33 +0000 (19:42 -0400)
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>
Makefile

index 1e9ffa1d74d91d12e393a7cec29479e8edab09d7..b8cce74e3ebc1931d73516645c2fa6fdf1541eb8 100644 (file)
--- 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
 #