]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: export_report: read modules.order instead of .tmp_versions/*.mod
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 17 Jul 2019 06:17:56 +0000 (15:17 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 17 Jul 2019 17:19:31 +0000 (02:19 +0900)
commitecde355181fb2273194d4c20c530a3da35795c35
tree18fc3c41a86d4c551bc95edf8254b225858e8095
parent95a6fa5f91aa9fa848fe53bd56cb882c549883af
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>
scripts/export_report.pl