summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNayna Jain <nayna@linux.ibm.com>2021-04-09 10:35:05 -0400
committerMimi Zohar <zohar@linux.ibm.com>2021-04-09 10:40:15 -0400
commitb31f2a495debc71bdfefefea8056ade429f79c4b (patch)
treec25b24044034a77bf5b07cf1f605d6ac106dcbd1 /Makefile
parent7990ccafaa37dc6d8bb095d4d7cd997e8903fd10 (diff)
downloadlinux-b31f2a495debc71bdfefefea8056ade429f79c4b.tar.gz
linux-b31f2a495debc71bdfefefea8056ade429f79c4b.tar.bz2
linux-b31f2a495debc71bdfefefea8056ade429f79c4b.zip
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 <nayna@linux.ibm.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a28bb374663d..eb6a0c68aee6 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'