VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-01 15:32:18 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-01 15:32:18 -0700 commit: e6f0bf09f0669b3c2cd77fa906830123279a0a21 parent: 10a3efd0fee5e881b1866cf45950808575cb0f24
Commit Summary:
Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
Diffstat:
1 file changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6eafedd7efc6..72af8e423f11 100644
--- a/Makefile
+++ b/Makefile
@@ -1507,9 +1507,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'