Skip to content

Commit f5a4618

Browse files
committed
kbuild: remove unused cmd_none in scripts/Makefile.modinst
Commit 65ce9c3 ("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>
1 parent a4ab14e commit f5a4618

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/Makefile.modinst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ modules := $(patsubst $(extmod_prefix)%, $(dst)/%$(suffix-y), $(modules))
2828
__modinst: $(modules)
2929
@:
3030

31-
quiet_cmd_none =
32-
cmd_none = :
33-
3431
#
3532
# Installation
3633
#

0 commit comments

Comments
 (0)