aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-06-10 09:48:33 +0300
committerPaul Mundt <lethal@linux-sh.org>2009-06-10 09:48:33 +0300
commitc1d0d32a603ed06377f404adf2c538de33bb3634 (patch)
treef79cc3ce3dff545c076757c5d03e251c5ff27af5 /arch/sh/Makefile
parentsh: 16-bit get_unaligned() sh4a fix (diff)
downloadlinux-dev-c1d0d32a603ed06377f404adf2c538de33bb3634.tar.xz
linux-dev-c1d0d32a603ed06377f404adf2c538de33bb3634.zip
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/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
archclean:
$(Q)$(MAKE) $(clean)=$(boot)
+ $(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall
define archhelp
@echo '* zImage - Compressed kernel image'