public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] scripts/Makefile.modpost typo fix
@ 2008-04-25 20:40 Adrian Bunk
  2008-04-25 21:37 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-04-25 20:40 UTC (permalink / raw)
  To: Richard Hacker, Sam Ravnborg; +Cc: linux-kernel, linux-kbuild

-EVIUSER  ;-)

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
c047b74be2c64a0a1458a407cc77f54e5ae136c2 diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
index 24b3c8f..a098a04 100644
--- a/scripts/Makefile.modpost
+++ b/scripts/Makefile.modpost
@@ -76,7 +76,7 @@ modpost = scripts/mod/modpost                    \
  $(if $(CONFIG_MODULE_SRCVERSION_ALL),-a,)       \
  $(if $(KBUILD_EXTMOD),-i,-o) $(kernelsymfile)   \
  $(if $(KBUILD_EXTMOD),-I $(modulesymfile))      \
- $(if $(iKBUILD_EXTRA_SYMBOLS), $(patsubst %, -e %,$(EXTRA_SYMBOLS))) \
+ $(if $(KBUILD_EXTRA_SYMBOLS), $(patsubst %, -e %,$(EXTRA_SYMBOLS))) \
  $(if $(KBUILD_EXTMOD),-o $(modulesymfile))      \
  $(if $(CONFIG_DEBUG_SECTION_MISMATCH),,-S)      \
  $(if $(CONFIG_MARKERS),-K $(kernelmarkersfile)) \


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

* Re: [2.6 patch] scripts/Makefile.modpost typo fix
  2008-04-25 20:40 [2.6 patch] scripts/Makefile.modpost typo fix Adrian Bunk
@ 2008-04-25 21:37 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2008-04-25 21:37 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Richard Hacker, linux-kernel, linux-kbuild

On Fri, Apr 25, 2008 at 11:40:16PM +0300, Adrian Bunk wrote:
> -EVIUSER  ;-)
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>

Thanks Adrian.

I will wait a few days pushing this obvious fix
because I hope to find at least a few hours to walk
through my inbox aka patchqueue and include a few more
patches.

	Sam

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

end of thread, other threads:[~2008-04-25 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25 20:40 [2.6 patch] scripts/Makefile.modpost typo fix Adrian Bunk
2008-04-25 21:37 ` Sam Ravnborg

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