]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
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)
Commit 65ce9c38326e ("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

index c2c43a0ecfe02d258d7b353ed846e7d86d05bbff..16a02e9237d360f95cfe41371f91998e3ed84159 100644 (file)
@@ -28,9 +28,6 @@ modules := $(patsubst $(extmod_prefix)%, $(dst)/%$(suffix-y), $(modules))
 __modinst: $(modules)
        @:
 
-quiet_cmd_none =
-      cmd_none = :
-
 #
 # Installation
 #