Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c28ca3aa authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Sam Ravnborg
Browse files

kbuild: remove Module.markers during mrproper

parent a887a07d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1155,7 +1155,7 @@ MRPROPER_FILES += .config .config.old include/asm .version .old_version \
                  include/linux/autoconf.h include/linux/version.h      \
                  include/linux/utsrelease.h                            \
                  include/linux/bounds.h include/asm*/asm-offsets.h     \
		  Module.symvers tags TAGS cscope*
		  Module.symvers Module.markers tags TAGS cscope*

# clean - Delete most, but leave enough to build external modules
#