From: Robert Berger <robert.karl.berger@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: sam@ravnborg.org
Subject: [PATCH] fixed _modinst_post - called by modules_install to pick up Cross $DEPMOD instead of host depmod
Date: Wed, 27 May 2009 17:21:09 +0300 [thread overview]
Message-ID: <4A1D4C55.2010300@gmail.com> (raw)
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
reply other threads:[~2009-05-27 14:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A1D4C55.2010300@gmail.com \
--to=robert.karl.berger@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkml@reliableembeddedsystems.com \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.