mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] kbuild: clean Module.markers and modules.order for out-of-tree modules
@ 2009-04-19 16:58 Frédéric Brière
  2009-04-25  7:26 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Frédéric Brière @ 2009-04-19 16:58 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: linux-kernel


Signed-off-by: Frédéric Brière <fbriere@fbriere.net>
---
 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index bfdef56..afbef69 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)
-- 
1.6.2.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] kbuild: clean Module.markers and modules.order for out-of-tree modules
  2009-04-19 16:58 [PATCH] kbuild: clean Module.markers and modules.order for out-of-tree modules Frédéric Brière
@ 2009-04-25  7:26 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2009-04-25  7:26 UTC (permalink / raw)
  To: Frédéric Brière; +Cc: linux-kernel

On Sun, Apr 19, 2009 at 12:58:40PM -0400, Frédéric Brière wrote:
> 
> Signed-off-by: Frédéric Brière <fbriere@fbriere.net>
> ---
>  Makefile |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index bfdef56..afbef69 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)

Applied,
	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-25  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-19 16:58 [PATCH] kbuild: clean Module.markers and modules.order for out-of-tree modules Frédéric Brière
2009-04-25  7:26 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®