OSDN Git Service

sh: remove meaningless archclean line
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 13 Oct 2021 06:36:21 +0000 (15:36 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 24 Oct 2021 04:48:40 +0000 (13:48 +0900)
commit10c6ae274fe29f732ca9bbcd7016e9827673c954
tree67b40fadc4194dbca89cfb01969445135994e821
parent4c9d410f32b3fac15ff1197c4b8746da6d11a17e
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>
arch/sh/Makefile