diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-06-22 20:05:40 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-07-25 16:12:40 -0400 |
commit | c28ca3aaa1f08877ac0da7efcfead71a08490d65 (patch) | |
tree | 40a778ab4cbfa7e6bf7cdf2329137f59aab011cf /Makefile | |
parent | a887a07d51be6c7cd2c4c373cd17273158d6a85d (diff) |
kbuild: remove Module.markers during mrproper
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1155,7 +1155,7 @@ MRPROPER_FILES += .config .config.old include/asm .version .old_version \ | |||
1155 | include/linux/autoconf.h include/linux/version.h \ | 1155 | include/linux/autoconf.h include/linux/version.h \ |
1156 | include/linux/utsrelease.h \ | 1156 | include/linux/utsrelease.h \ |
1157 | include/linux/bounds.h include/asm*/asm-offsets.h \ | 1157 | include/linux/bounds.h include/asm*/asm-offsets.h \ |
1158 | Module.symvers tags TAGS cscope* | 1158 | Module.symvers Module.markers tags TAGS cscope* |
1159 | 1159 | ||
1160 | # clean - Delete most, but leave enough to build external modules | 1160 | # clean - Delete most, but leave enough to build external modules |
1161 | # | 1161 | # |