All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fixed _modinst_post - called by modules_install to pick up Cross $DEPMOD instead of host depmod
@ 2009-05-27 14:21 Robert Berger
  0 siblings, 0 replies; only message in thread
From: Robert Berger @ 2009-05-27 14:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: sam

Signed-off-by: Robert Berger <robert.berger@reliableembeddedsystems.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 739fd34..d1dc869 100644
--- a/Makefile
+++ b/Makefile
@@ -1170,7 +1170,7 @@ _modinst_:
 PHONY += _modinst_post
 _modinst_post: _modinst_
        $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware
__fw_modinst
-       $(call cmd,depmod)
+       $(call cmd,$(DEPMOD))

 else # CONFIG_MODULES

--
1.5.4.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-27 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 14:21 [PATCH] fixed _modinst_post - called by modules_install to pick up Cross $DEPMOD instead of host depmod Robert Berger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.