Commit 10c6ae27 authored by Masahiro Yamada's avatar Masahiro Yamada

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 4c9d410f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment