Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
arch/sh/Makefile
··· 205 205 206 206 archclean: 207 207 $(Q)$(MAKE) $(clean)=$(boot) 208 + $(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall 208 209 209 210 define archhelp 210 211 @echo '* zImage - Compressed kernel image'