]> www.infradead.org Git - users/jedix/linux-maple.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>
Wed, 7 Apr 2021 13:14:17 +0000 (22:14 +0900)
commit2f8864dbe6689af0728ca0d80e63055bb6e638a9
treebbda867c95e2a8af23d65183e0b169ef2e52b1d9
parentf3fdc209ec47e5a1e073b1086d387e417795c523
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