소스 검색

sh: plug vsyscall dir in to archclean.

The vsyscall targets are presently not cleaned up, so just handle it in
the archclean rule.

Reported-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 년 전
부모
커밋
c1d0d32a60
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/sh/Makefile

+ 1 - 0
arch/sh/Makefile

@@ -205,6 +205,7 @@ archprepare: maketools
 
 
 archclean:
 archclean:
 	$(Q)$(MAKE) $(clean)=$(boot)
 	$(Q)$(MAKE) $(clean)=$(boot)
+	$(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall
 
 
 define archhelp
 define archhelp
 	@echo '* zImage 	           - Compressed kernel image'
 	@echo '* zImage 	           - Compressed kernel image'