summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-06-24 18:15:45 +0900
committerTom Rini <trini@ti.com>2014-07-07 19:42:33 -0400
commite9c16a8012399a41e8a0acf86828255f9a779e88 (patch)
tree8aa3bccfd8d5af8caa6d97e09f9fbb88768516e9 /Makefile
parent878cae6b0263576317fcd77bf903cb9e503e6cc7 (diff)
downloadtalos-obmc-uboot-e9c16a8012399a41e8a0acf86828255f9a779e88.tar.gz
talos-obmc-uboot-e9c16a8012399a41e8a0acf86828255f9a779e88.zip
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
#
OpenPOWER on IntegriCloud