]> 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)
commitdad3c4174dde636750e22a4c1e8bd821c6c568cf
tree0bbd02cdeae7241cb81808dd5f0974d9c27404eb
parentcce06c472ed09a330bd3c76fd112137dd57a87ac
kbuild: remove unused cmd_none in scripts/Makefile.modinst

Commit fe9fc81c6a37 ("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