Searched hist:bff9c62b5d20d26f54bab81b33b6d9d1f9afcdf6 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/scripts/ |
H A D | Makefile.modpost | bff9c62b5d20d26f54bab81b33b6d9d1f9afcdf6 Tue Oct 29 07:38:06 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> modpost: do not invoke extra modpost for nsdeps
'make nsdeps' invokes the modpost three times at most; before linking vmlinux, before building modules, and finally for generating .ns_deps files. Running the modpost again and again is not efficient.
The last two can be unified. When the -d option is given, the modpost still does the usual job, and in addition, generates .ns_deps files.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Tested-by: Matthias Maennich <maennich@google.com> Reviewed-by: Matthias Maennich <maennich@google.com>
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | bff9c62b5d20d26f54bab81b33b6d9d1f9afcdf6 Tue Oct 29 07:38:06 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> modpost: do not invoke extra modpost for nsdeps
'make nsdeps' invokes the modpost three times at most; before linking vmlinux, before building modules, and finally for generating .ns_deps files. Running the modpost again and again is not efficient.
The last two can be unified. When the -d option is given, the modpost still does the usual job, and in addition, generates .ns_deps files.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Tested-by: Matthias Maennich <maennich@google.com> Reviewed-by: Matthias Maennich <maennich@google.com>
|
/openbmc/linux/ |
H A D | Makefile | bff9c62b5d20d26f54bab81b33b6d9d1f9afcdf6 Tue Oct 29 07:38:06 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> modpost: do not invoke extra modpost for nsdeps
'make nsdeps' invokes the modpost three times at most; before linking vmlinux, before building modules, and finally for generating .ns_deps files. Running the modpost again and again is not efficient.
The last two can be unified. When the -d option is given, the modpost still does the usual job, and in addition, generates .ns_deps files.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Tested-by: Matthias Maennich <maennich@google.com> Reviewed-by: Matthias Maennich <maennich@google.com>
|