linux-stable/scripts/clang-tools
Masahiro Yamada f65a486821 kbuild: change module.order to list *.o instead of *.ko
scripts/Makefile.build replaces the suffix .o with .ko, then
scripts/Makefile.modpost calls the sed command to change .ko back
to the original .o suffix.

Instead of converting the suffixes back-and-forth, store the .o paths
in modules.order, and replace it with .ko in 'make modules_install'.

This avoids the unneeded sed command.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
2022-12-14 15:42:40 +09:00
..
gen_compile_commands.py kbuild: change module.order to list *.o instead of *.ko 2022-12-14 15:42:40 +09:00
run-clang-tools.py scripts/clang-tools: Convert clang-tidy args to list 2022-10-14 22:32:52 +09:00