certs: use 'cmd' to hide openssl output in silent builds more simply
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 5 Nov 2021 03:59:57 +0000 (12:59 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 11 Dec 2021 13:09:14 +0000 (22:09 +0900)
commit54c8b517d2955ada78ba553f4b6682483895f32a
tree5319d81dd61c3fb9d2802a7394f0cc5a6a716fc8
parentf8487d28df281102a1b47d614ddebbaaeecefdeb
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>
certs/Makefile