aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-07 09:39:02 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2009-01-07 09:39:02 +0000
commitb8b36e5ec3db71d55d0edf944deec5cc3a33ce85 (patch)
treeb651233a6dd4a25f6b7aa78f12ddd93d4595a9ce /build
parent03a07f0da5734683a92623ecf98607e22077d36b (diff)
build-fix-module-gen.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 4dde6aac36c..c6c3afbe807 100755
--- a/build
+++ b/build
@@ -94,7 +94,7 @@ if make -j5 O=$1 ARCH=arm CONFIG_DEBUG_SECTION_MISMATCH=y EXTRAVERSION=$VERSION;
rm -rf $1/staging
mkdir -p $1/staging
if [ ! -z "$2" ] ; then
- make O=$1 ARCH=arm modules_install INSTALL_MOD_PATH=$1/staging
+ make O=$1 ARCH=arm modules_install INSTALL_MOD_PATH=staging
cd $1/staging
tar czf ../modules$VERSION.tar.gz .
cd ../..