commit | 54c8b517d2955ada78ba553f4b6682483895f32a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Fri Nov 05 12:59:57 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sat Dec 11 22:09:14 2021 +0900 |
tree | 5319d81dd61c3fb9d2802a7394f0cc5a6a716fc8 | |
parent | f8487d28df281102a1b47d614ddebbaaeecefdeb [diff] |
certs: use 'cmd' to hide openssl output in silent builds more simply Commit 5d06ee20b662 ("modsign: hide openssl output in silent builds") silenced the key generation log from openssl in silent builds. Since commit 174a1dcc9642 ("kbuild: sink stdout from cmd for silent build"), the 'cmd' macro can handle it in a cleaner way. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>