* [PATCH] fixed _modinst_post - to pick up Cross $DEPMOD instead of host depmod
@ 2009-05-27 22:43 lkml
0 siblings, 0 replies; only message in thread
From: lkml @ 2009-05-27 22:43 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 23:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 22:43 [PATCH] fixed _modinst_post - to pick up Cross $DEPMOD instead of host depmod lkml
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox