OSDN Git Service

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)
commit7deb55f57159f9de696ef8d5e93b201a6aba871c
tree18fc3c41a86d4c551bc95edf8254b225858e8095
parentff9b45c55b2659d14420424da0ce4e8aa3dbce28
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