From: Nayna Jain Date: Fri, 9 Apr 2021 14:35:05 +0000 (-0400) Subject: keys: cleanup build time module signing keys X-Git-Tag: v5.15~1214^2~4^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b31f2a495debc71bdfefefea8056ade429f79c4b;p=platform%2Fkernel%2Flinux-starfive.git keys: cleanup build time module signing keys The "mrproper" target is still looking for build time generated keys in the kernel root directory instead of certs directory. Fix the path and remove the names of the files which are no longer generated. Fixes: cfc411e7fff3 ("Move certificate handling to its own directory") Signed-off-by: Nayna Jain Reviewed-by: Stefan Berger Reviewed-by: Jarkko Sakkinen Signed-off-by: Mimi Zohar --- diff --git a/Makefile b/Makefile index a28bb37..eb6a0c6 100644 --- a/Makefile +++ b/Makefile @@ -1523,9 +1523,9 @@ MRPROPER_FILES += include/config include/generated \ debian snap tar-install \ .config .config.old .version \ Module.symvers \ - signing_key.pem signing_key.priv signing_key.x509 \ - x509.genkey extra_certificates signing_key.x509.keyid \ - signing_key.x509.signer vmlinux-gdb.py \ + certs/signing_key.pem certs/signing_key.x509 \ + certs/x509.genkey \ + vmlinux-gdb.py \ *.spec # Directories & files removed with 'make distclean'