sh: remove meaningless archclean line

The vsyscall directory is cleaned up by the ordinary way
via arch/sh/kernel/Makefile:

  obj-$(CONFIG_VSYSCALL)          += vsyscall/

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
Masahiro Yamada 2021-10-13 15:36:21 +09:00
parent 4c9d410f32
commit 10c6ae274f
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ archprepare:
archclean:
$(Q)$(MAKE) $(clean)=$(boot)
$(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall
archheaders:
$(Q)$(MAKE) $(build)=arch/sh/kernel/syscalls all