commit | 7deb55f57159f9de696ef8d5e93b201a6aba871c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 17 15:17:56 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jul 18 02:19:31 2019 +0900 |
tree | 18fc3c41a86d4c551bc95edf8254b225858e8095 | |
parent | ff9b45c55b2659d14420424da0ce4e8aa3dbce28 [diff] |
kbuild: export_report: read modules.order instead of .tmp_versions/*.mod Towards the goal of removing MODVERDIR aka .tmp_versions, read out modules.order to get the list of modules to be processed. This is simpler than parsing *.mod files in .tmp_versions. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>