From c1d0d32a603ed06377f404adf2c538de33bb3634 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 10 Jun 2009 09:48:33 +0300 Subject: [PATCH] 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 --- arch/sh/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 0fe35cf..75d049b 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' -- 1.8.2.3