[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4A1D4C55.2010300@gmail.com>
Date: Wed, 27 May 2009 17:21:09 +0300
From: Robert Berger <robert.karl.berger@...il.com>
To: linux-kernel@...r.kernel.org
CC: sam@...nborg.org
Subject: [PATCH] fixed _modinst_post - called by modules_install to pick up
Cross $DEPMOD instead of host depmod
Signed-off-by: Robert Berger <robert.berger@...iableembeddedsystems.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists