Searched hist:acf2a139 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/ |
H A D | Makefile.modpost | acf2a139 Tue Jul 30 10:59:01 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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> acf2a139 Tue Jul 30 10:59:01 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|