commit | acf2a1397a686365775385ed4657941119172263 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 31 00:59:01 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Aug 01 00:09:49 2019 +0900 |
tree | 7184366254058584efb88cf000620510dcc57259 | |
parent | cb4819934a7f9b87876f11ed05b8624c0114551b [diff] |
kbuild: modpost: remove unnecessary dependency for __modpost __modpost is a phony target. The dependency on FORCE is pointless. All the objects have been built in the previous stage, so the dependency on the objects are not necessary either. Count the number of modules in a more straightforward way. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>