projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4ab14e
)
kbuild: remove unused cmd_none in scripts/Makefile.modinst
author
Masahiro Yamada
<masahiroy@kernel.org>
Thu, 30 Jun 2022 08:09:35 +0000
(17:09 +0900)
committer
Masahiro 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
patch
|
blob
|
history
diff --git
a/scripts/Makefile.modinst
b/scripts/Makefile.modinst
index c2c43a0ecfe02d258d7b353ed846e7d86d05bbff..16a02e9237d360f95cfe41371f91998e3ed84159 100644
(file)
--- 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
#