[<prev] [next>] [day] [month] [year] [list]
Message-ID: <7aed4bd738b1bd3b6da463ff66fa324e@reliableembeddedsystems.com>
Date:	Wed, 27 May 2009 17:43:32 -0500
From:	<lkml@...iableembeddedsystems.com>
To:	linux-kernel@...r.kernel.org
Cc:	sam@...nborg.org
Subject: [PATCH] fixed _modinst_post - 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
 
