aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWenji Huang <wenji.huang@oracle.com>2009-11-19 08:44:32 +0800
committerMichal Marek <mmarek@suse.cz>2009-12-12 13:08:15 +0100
commit8723eaeff59a5146326288392f08be4c894fdad7 (patch)
tree6d23ed87b12d36056795b248d764b9a77b03be5b /Makefile
parentnet: add net_tstamp.h to headers_install (diff)
downloadlinux-dev-8723eaeff59a5146326288392f08be4c894fdad7.tar.xz
linux-dev-8723eaeff59a5146326288392f08be4c894fdad7.zip
Kbuild: clean up marker
Drop Module.markers from cleaning list since marker is removed. Signed-off-by: Wenji Huang <wenji.huang@oracle.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 860224d7cbcf..96b32e5bb973 100644
--- a/Makefile
+++ b/Makefile
@@ -1151,7 +1151,7 @@ CLEAN_FILES += vmlinux System.map \
MRPROPER_DIRS += include/config usr/include include/generated
MRPROPER_FILES += .config .config.old .version .old_version \
include/linux/version.h \
- Module.symvers Module.markers tags TAGS cscope*
+ Module.symvers tags TAGS cscope*
# clean - Delete most, but leave enough to build external modules
#
@@ -1170,7 +1170,7 @@ clean: archclean $(clean-dirs)
\( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
-o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
-o -name '*.symtypes' -o -name 'modules.order' \
- -o -name 'Module.markers' -o -name '.tmp_*.o.*' \
+ -o -name '.tmp_*.o.*' \
-o -name '*.gcno' \) -type f -print | xargs rm -f
# mrproper - Delete all generated files, including .config
@@ -1368,7 +1368,6 @@ $(clean-dirs):
clean: rm-dirs := $(MODVERDIR)
clean: rm-files := $(KBUILD_EXTMOD)/Module.symvers \
- $(KBUILD_EXTMOD)/Module.markers \
$(KBUILD_EXTMOD)/modules.order
clean: $(clean-dirs)
$(call cmd,rmdirs)