aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-06-10 02:48:33 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-06-10 02:48:33 -0400
commitc1d0d32a603ed06377f404adf2c538de33bb3634 (patch)
treef79cc3ce3dff545c076757c5d03e251c5ff27af5 /arch/sh
parent48c72fccbfb1db01b5d0b98baff4442fea50d7a4 (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')
-rw-r--r--arch/sh/Makefile1
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
206archclean: 206archclean:
207 $(Q)$(MAKE) $(clean)=$(boot) 207 $(Q)$(MAKE) $(clean)=$(boot)
208 $(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall
208 209
209define archhelp 210define archhelp
210 @echo '* zImage - Compressed kernel image' 211 @echo '* zImage - Compressed kernel image'