[PATCH 18/24] kbuild: remove Module.markers during mrproper



From: Alexey Dobriyan <adobriyan@xxxxxxxxx>

Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 4a1ed80..f2c181a 100644
--- a/Makefile
+++ b/Makefile
@@ -1140,7 +1140,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
#
--
1.5.6.1.93.gef98

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • [PATCH] Remove Module.markers during mrproper
    ... Makefile | 2 +- ... # clean - Delete most, but leave enough to build external modules ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • [Patch](Resend) Makefile: Let make mrproper clean ncscope.out
    ... Remove ncscope.out when `make mrproper'. ... # clean - Delete most, but leave enough to build external modules ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • [PATCH] Kbuild: clean up marker
    ... but leave enough to build external modules ... clean: $ ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • [RFC] kbuild: Documentation - how to build external modules
    ... This is just first wrap-up of some text about building external modules. ... prerequisite that there is a pre-built kernel avialable with full source. ... Create a makefile named 'Makefile' with the following content: ...
    (Linux-Kernel)
  • Re: External kernel modules, second try
    ... > Why not keep the SUBDIRS notation for external modules only then? ... > The Makefile can already include both the kbuild and local stuff (same ... > in a separate step, against an almost clean kernel source tree. ... > The modversions dump file elegantly solves both cases. ...
    (Linux-Kernel)