mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
Commit5d06ee20b6("modsign: hide openssl output in silent builds") silenced the key generation log from openssl in silent builds. Since commit174a1dcc96("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>