aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-21 11:56:56 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-21 11:56:56 +0000
commit7d32521fb212013e072ffefa347e325d78155cff (patch)
tree58d0e611fe4561b67a4feca159cbc3dd884b2c5e /build
parent019ac4d4766379bc7aaed509dc7309b4834e076a (diff)
build-correct-arch-modules.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 60fc0186488..a0f60e520f7 100755
--- a/build
+++ b/build
@@ -55,7 +55,7 @@ if make -j5 ARCH=arm CONFIG_DEBUG_SECTION_MISMATCH=y EXTRAVERSION=$VERSION; then
rm -rf staging
mkdir -p staging
if [ ! -z "$1" ] ; then
- make modules_install INSTALL_MOD_PATH=staging
+ make ARCH=arm modules_install INSTALL_MOD_PATH=staging
cd staging
tar czf ../modules$VERSION.tar.gz .
cd ..