diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-06-30 17:09:35 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-07-10 21:25:15 +0900 |
commit | f5a4618587fb5c5eb5fec3dcce165ca8fd7d7f91 (patch) | |
tree | 0bbd02cdeae7241cb81808dd5f0974d9c27404eb /scripts/Makefile.modinst | |
parent | a4ab14e1d8fe83cc1ed8910b788117ec2ed25179 (diff) | |
download | linux-f5a4618587fb5c5eb5fec3dcce165ca8fd7d7f91.tar.bz2 |
kbuild: remove unused cmd_none in scripts/Makefile.modinst
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>
Diffstat (limited to 'scripts/Makefile.modinst')
-rw-r--r-- | scripts/Makefile.modinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.modinst b/scripts/Makefile.modinst index c2c43a0ecfe0..16a02e9237d3 100644 --- a/scripts/Makefile.modinst +++ b/scripts/Makefile.modinst @@ -28,9 +28,6 @@ modules := $(patsubst $(extmod_prefix)%, $(dst)/%$(suffix-y), $(modules)) __modinst: $(modules) @: -quiet_cmd_none = - cmd_none = : - # # Installation # |