From c7ad09b04a864df38c3fb4c8b07be6f25cbe9faf Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 4 Feb 2025 15:50:21 -0600 Subject: [PATCH] Modified kernel Makefile to handle files created by the build script --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 843e678d1..90f3b5c34 100644 --- a/Makefile +++ b/Makefile @@ -1600,7 +1600,9 @@ MRPROPER_FILES += include/config include/generated \ certs/x509.genkey \ vmlinux-gdb.py \ *.spec \ - rust/target.json rust/libmacros.so + rust/target.json rust/libmacros.so \ + modules.tar.gz out out_modules \ + Image vmlinuz # clean - Delete most, but leave enough to build external modules #