kbuild: remove duplicated dependency between modules and modules_check
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 28 Aug 2022 02:39:49 +0000 (11:39 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 28 Sep 2022 19:40:15 +0000 (04:40 +0900)
commitf75a03340c2c2eea772e4d59412135021afea493
treeb881f9461914486d4a076df679e4b871181db1e6
parente30d448754284d6c7580b8f330e257e9801bec76
kbuild: remove duplicated dependency between modules and modules_check

The dependency, "modules: modules_check" is specified twice.
Commit 1a998be620a1 ("kbuild: check module name conflict for external
modules as well") missed to clean it up.

'PHONY += modules' also appears twice.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile