mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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:
parent
4c9d410f32
commit
10c6ae274f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user