aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/shfs/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-18 08:13:53 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-18 08:13:53 +0000
commitea6cd340199c861cca1736cc1ed0c32456a587bd (patch)
tree6f8c1a8b9da534cbd6153b8b7d396fbbf06576f5 /target/linux/package/shfs/Makefile
parenta0a0249e5c5966b9cbc611fa7e0bca246fbd2c30 (diff)
downloadmaster-187ad058-ea6cd340199c861cca1736cc1ed0c32456a587bd.tar.gz
master-187ad058-ea6cd340199c861cca1736cc1ed0c32456a587bd.tar.bz2
master-187ad058-ea6cd340199c861cca1736cc1ed0c32456a587bd.zip
enable kmod build when target arch != mipsel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1693 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/shfs/Makefile')
-rw-r--r--target/linux/package/shfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/shfs/Makefile b/target/linux/package/shfs/Makefile
index 36046065f8..af1d1f9842 100644
--- a/target/linux/package/shfs/Makefile
+++ b/target/linux/package/shfs/Makefile
@@ -29,6 +29,7 @@ $(PKG_BUILD_DIR)/.built:
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
+ ARCH="$(LINUX_KARCH)" \
OFLAGS="$(TARGET_CFLAGS)" \
CC="$(TARGET_CC)" \
LINKER="$(TARGET_CC)" \