summaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-03-11 19:49:50 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-03-11 19:49:50 +0000
commitee653e370040b09128f160968fe8fc1066eb40db (patch)
tree11cd2aa8dbf6dea34e90b80158012e61adfc8fd3 /package/madwifi/Makefile
parente50a89989b5625cee22b6d63c2c9c2a57bd13032 (diff)
downloadmaster-31e0f0ae-ee653e370040b09128f160968fe8fc1066eb40db.tar.gz
master-31e0f0ae-ee653e370040b09128f160968fe8fc1066eb40db.tar.bz2
master-31e0f0ae-ee653e370040b09128f160968fe8fc1066eb40db.zip
add preliminary IOP32x support, mark it broken for now
SVN-Revision: 6557
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index b9dc5d7287..ad55d05158 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -36,6 +36,9 @@ endif
ifeq ($(ARCH),armeb)
HAL_TARGET:=xscale-be-elf
endif
+ifeq ($(ARCH),arm)
+ HAL_TARGET:=xscale-le-elf
+endif
ifeq ($(ARCH),powerpc)
HAL_TARGET:=powerpc-be-elf
endif