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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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