projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c9d410
)
sh: remove meaningless archclean line
author
Masahiro Yamada
<masahiroy@kernel.org>
Wed, 13 Oct 2021 06:36:21 +0000
(15:36 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 24 Oct 2021 04:48:40 +0000
(13:48 +0900)
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>
arch/sh/Makefile
patch
|
blob
|
history
diff --git
a/arch/sh/Makefile
b/arch/sh/Makefile
index 88ddb6f1c75b07f7c60de2b522e7947f4395c654..7814639006213d5cc1331e1286a9580e412cc1f9 100644
(file)
--- a/
arch/sh/Makefile
+++ b/
arch/sh/Makefile
@@
-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