aboutsummaryrefslogtreecommitdiffstats
path: root/package/rt2570/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-12 13:32:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-12 13:32:47 +0000
commitc39681419eb0679acaab022ef1a9a12e489fd448 (patch)
tree20b2acc2cad261017dba86bf0ec3a61977461d2a /package/rt2570/Makefile
parent035356c411f918e8d19379ca6b23356077198789 (diff)
downloadupstream-c39681419eb0679acaab022ef1a9a12e489fd448.tar.gz
upstream-c39681419eb0679acaab022ef1a9a12e489fd448.tar.bz2
upstream-c39681419eb0679acaab022ef1a9a12e489fd448.zip
Fix ixp compilation errors (#1003)
SVN-Revision: 5771
Diffstat (limited to 'package/rt2570/Makefile')
-rw-r--r--package/rt2570/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rt2570/Makefile b/package/rt2570/Makefile
index 11ccfc9ae7..57b3cec2fd 100644
--- a/package/rt2570/Makefile
+++ b/package/rt2570/Makefile
@@ -38,6 +38,7 @@ endef
define Build/Compile
$(MAKE) -C "$(PKG_BUILD_DIR)/Module" \
CC="$(TARGET_CC)" \
+ LD="$(TARGET_CROSS)ld" \
ARCH="$(LINUX_KARCH)" \
PWD="$(PKG_BUILD_DIR)/Module" \
KERNDIR="$(LINUX_DIR)" \