From: Paul Mundt Date: Wed, 10 Jun 2009 06:48:33 +0000 (+0300) Subject: sh: plug vsyscall dir in to archclean. X-Git-Tag: v2.6.31-rc1~392^2~21 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c1d0d32a603ed06377f404adf2c538de33bb3634;p=karo-tx-linux.git 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 Signed-off-by: Paul Mundt --- 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'