commit | e06a61a89ccd3edda046c78f9d08aa045b8c4d32 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Fri Nov 05 12:59:58 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sat Dec 11 22:09:14 2021 +0900 |
tree | 14f81b1ab99d156633b0c740c2f948e4fc7b11da | |
parent | 54c8b517d2955ada78ba553f4b6682483895f32a [diff] |
certs: use if_changed to re-generate the key when the key type is changed If the key type of the existing signing key does not match to CONFIG_MODULE_SIG_KEY_TYPE_*, the Makefile removes it so that it is re-generated. Use if_changed so that the key is re-generated when the key type is changed (that is, the openssl command line is changed). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>