kbuild: clean Module.markers and modules.order for out-of-tree modules

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Saturday, May 2, 2009 - 5:00 pm

Gitweb:     http://git.kernel.org/linus/0c56042adc02fa460a2d6bc507a1e3f9bde326fc
Commit:     0c56042adc02fa460a2d6bc507a1e3f9bde326fc
Parent:     c520f72172814c202ee47c51a63a1b1dde7f22f2
Author:     Frédéric Brière <fbriere@fbriere.net>
AuthorDate: Sun Apr 19 12:58:40 2009 -0400
Committer:  Sam Ravnborg <sam@ravnborg.org>
CommitDate: Fri May 1 10:54:01 2009 +0200

    kbuild: clean Module.markers and modules.order for out-of-tree modules
    
    Signed-off-by: Frédéric Brière <fbriere@fbriere.net>
    Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index eb38c83..b309fca 100644
--- a/Makefile
+++ b/Makefile
@@ -1421,7 +1421,9 @@ $(clean-dirs):
 	$(Q)$(MAKE) $(clean)=$(patsubst _clean_%,%,$@)
 
 clean:	rm-dirs := $(MODVERDIR)
-clean: rm-files := $(KBUILD_EXTMOD)/Module.symvers
+clean: rm-files := $(KBUILD_EXTMOD)/Module.symvers \
+                   $(KBUILD_EXTMOD)/Module.markers \
+                   $(KBUILD_EXTMOD)/modules.order
 clean: $(clean-dirs)
 	$(call cmd,rmdirs)
 	$(call cmd,rmfiles)
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
kbuild: clean Module.markers and modules.order for out-of- ..., Linux Kernel Mailing ..., (Sat May 2, 5:00 pm)