Skip to content

Commit

Permalink
sh: plug vsyscall dir in to archclean.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Jun 10, 2009
1 parent 48c72fc commit c1d0d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ archprepare: maketools

archclean:
$(Q)$(MAKE) $(clean)=$(boot)
$(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall

define archhelp
@echo '* zImage - Compressed kernel image'
Expand Down

0 comments on commit c1d0d32

Please sign in to comment.