From: <lkml@reliableembeddedsystems.com>
To: linux-kernel@vger.kernel.org
Cc: sam@ravnborg.org
Subject: [PATCH] fixed _modinst_post - to pick up Cross $DEPMOD instead of host depmod
Date: Wed, 27 May 2009 17:43:32 -0500 [thread overview]
Message-ID: <7aed4bd738b1bd3b6da463ff66fa324e@reliableembeddedsystems.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 23:33 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=7aed4bd738b1bd3b6da463ff66fa324e@reliableembeddedsystems.com \
--to=lkml@reliableembeddedsystems.com \
--cc=linux-kernel@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox