diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-10 09:48:33 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-10 09:48:33 +0300 |
commit | c1d0d32a603ed06377f404adf2c538de33bb3634 (patch) | |
tree | f79cc3ce3dff545c076757c5d03e251c5ff27af5 | |
parent | 48c72fccbfb1db01b5d0b98baff4442fea50d7a4 (diff) |
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>
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 0fe35cff90f..75d049b03f7 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -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' |