diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-10 02:48:33 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-10 02:48:33 -0400 |
commit | c1d0d32a603ed06377f404adf2c538de33bb3634 (patch) | |
tree | f79cc3ce3dff545c076757c5d03e251c5ff27af5 /arch/sh/Makefile | |
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>
Diffstat (limited to 'arch/sh/Makefile')
-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 0fe35cff90f6..75d049b03f7e 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -205,6 +205,7 @@ archprepare: maketools | |||
205 | 205 | ||
206 | archclean: | 206 | archclean: |
207 | $(Q)$(MAKE) $(clean)=$(boot) | 207 | $(Q)$(MAKE) $(clean)=$(boot) |
208 | $(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall | ||
208 | 209 | ||
209 | define archhelp | 210 | define archhelp |
210 | @echo '* zImage - Compressed kernel image' | 211 | @echo '* zImage - Compressed kernel image' |