From: Alexey Dobriyan Date: Mon, 23 Jun 2008 00:05:40 +0000 (+0400) Subject: kbuild: remove Module.markers during mrproper X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c28ca3aaa1f08877ac0da7efcfead71a08490d65;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git kbuild: remove Module.markers during mrproper Signed-off-by: Alexey Dobriyan Signed-off-by: Sam Ravnborg --- diff --git a/Makefile b/Makefile index 828c838e025d..b4a52d218f94 100644 --- a/Makefile +++ b/Makefile @@ -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 #