Skip to content

Commit 10c6ae2

Browse files
committed
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 <[email protected]>
1 parent 4c9d410 commit 10c6ae2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/sh/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ archprepare:
200200

201201
archclean:
202202
$(Q)$(MAKE) $(clean)=$(boot)
203-
$(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall
204203

205204
archheaders:
206205
$(Q)$(MAKE) $(build)=arch/sh/kernel/syscalls all

0 commit comments

Comments
 (0)