commit | 10c6ae274fe29f732ca9bbcd7016e9827673c954 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Wed Oct 13 15:36:21 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sun Oct 24 13:48:40 2021 +0900 |
tree | 67b40fadc4194dbca89cfb01969445135994e821 | |
parent | 4c9d410f32b3fac15ff1197c4b8746da6d11a17e [diff] |
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>