Message ID | 20211105035959.93748-1-masahiroy@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | certs: various cleanups of certs/Makefile | expand |
On Fri, Nov 5, 2021 at 1:00 PM Masahiro Yamada <masahiroy@kernel.org> wrote: > > > > > Masahiro Yamada (5): > certs: remove meaningless $(error ...) in certs/Makefile > certs: check-in the default x509 config file > certs: remove noisy messages while generating the signing key > certs: use 'cmd' to hide openssl output in silent builds more simply > certs: use if_changed to re-generate the key when the key type is > changed > > certs/Makefile | 74 ++++++++------------------------------- > certs/default_x509.genkey | 17 +++++++++ > 2 files changed, 32 insertions(+), 59 deletions(-) > create mode 100644 certs/default_x509.genkey > > -- > 2.30.2 > Applied to linux-kbuild because this series is a prerequisite of the next kbuild work.