The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] Makefile: mrproper deletes signing_key.x509
@ 2025-08-07  3:33 longguang.yue
  0 siblings, 0 replies; only message in thread
From: longguang.yue @ 2025-08-07  3:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: longguang.yue

deletes temporary signing_key.x509 and reserves user-defined x509.genkey

Signed-off-by: longguang.yue <bigclouds@163.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 37e37565515e..7ad2679fa1ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1589,7 +1589,7 @@ MRPROPER_FILES += include/config include/generated          \
 		  .config .config.old .version \
 		  Module.symvers \
 		  certs/signing_key.pem \
-		  certs/x509.genkey \
+		  certs/signing_key.x509 \
 		  vmlinux-gdb.py \
 		  rpmbuild \
 		  rust/libmacros.so rust/libmacros.dylib
-- 
2.34.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-08-07  3:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07  3:33 [PATCH] Makefile: mrproper deletes signing_key.x509 longguang.yue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox