]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: move module strip/compression code into scripts/Makefile.modinst
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 31 Mar 2021 13:38:08 +0000 (22:38 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 24 Apr 2021 20:23:36 +0000 (05:23 +0900)
commitfb8c20140b2fcb4c1069e0272a5287047bed292c
treebbda867c95e2a8af23d65183e0b169ef2e52b1d9
parenta6f288d5089aebd82ea5bee00c1b828714df0f53
kbuild: move module strip/compression code into scripts/Makefile.modinst

Both mod_strip_cmd and mod_compress_cmd are only used in
scripts/Makefile.modinst, hence there is no good reason to define them
in the top Makefile. Move the relevant code to scripts/Makefile.modinst.

Also, show separate log messages for each of install, strip, sign, and
compress.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile
scripts/Makefile.modinst