Modified kernel Makefile to handle files created by the build script

This commit is contained in:
Nathan 2025-02-04 15:50:21 -06:00
parent 5477f77bd1
commit c7ad09b04a

View File

@ -1600,7 +1600,9 @@ MRPROPER_FILES += include/config include/generated \
certs/x509.genkey \ certs/x509.genkey \
vmlinux-gdb.py \ vmlinux-gdb.py \
*.spec \ *.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 # clean - Delete most, but leave enough to build external modules
# #