Commit b31f2a49 authored by Nayna Jain's avatar Nayna Jain Committed by Mimi Zohar
Browse files

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: cfc411e7 ("Move certificate handling to its own directory")
Signed-off-by: default avatarNayna Jain <nayna@linux.ibm.com>
Reviewed-by: default avatarStefan Berger <stefanb@linux.ibm.com>
Reviewed-by: default avatarJarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: default avatarMimi Zohar <zohar@linux.ibm.com>
parent 7990ccaf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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'