[PATCH] fixed _modinst_post - called by modules_install to pick upCross $DEPMOD instead of host depmod

From: Robert Berger
Date: Wed May 27 2009 - 10:21:40 EST


Signed-off-by: Robert Berger <robert.berger@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
---
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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/