]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove unused cmd_none in scripts/Makefile.modinst
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 30 Jun 2022 08:09:35 +0000 (17:09 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 10 Jul 2022 12:25:15 +0000 (21:25 +0900)
commit830fac95c5f4fd500ef577a04e417662200645d4
tree0bbd02cdeae7241cb81808dd5f0974d9c27404eb
parent67ca664afa548f9e161763bee8c34a66d3a49e79
kbuild: remove unused cmd_none in scripts/Makefile.modinst

Commit fb8c20140b2f ("kbuild: move module strip/compression code into
scripts/Makefile.modinst") added this unused code.

Perhaps, I thought cmd_none was useful for CONFIG_MODULE_COMPRESS_NONE,
but I did not use it after all.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
scripts/Makefile.modinst