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>
This commit is contained in:
parent
878cae6b02
commit
e9c16a8012
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue