From: Masahiro Yamada Date: Wed, 13 Oct 2021 06:36:21 +0000 (+0900) Subject: sh: remove meaningless archclean line X-Git-Tag: xarray-5.18~633^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=10c6ae274fe29f732ca9bbcd7016e9827673c954;p=users%2Fwilly%2Fxarray.git 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 --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 88ddb6f1c75b..781463900621 100644 --- 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