diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-17 18:03:53 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-17 18:03:53 +0000 |
commit | 7d4f5a1aef10a28f14b9548c4c53d9c62509b041 (patch) | |
tree | c20dba1c9631b28520dd124da7498077bababe22 /openwrt/target/linux/package/madwifi/Makefile | |
parent | dc6cdad9ce492723a0be9588d60c092c987e3b68 (diff) |
XScale support (Gateway 7001), take two
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3665 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/madwifi/Makefile')
-rw-r--r-- | openwrt/target/linux/package/madwifi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile index fcdac9097..bf08b7b8a 100644 --- a/openwrt/target/linux/package/madwifi/Makefile +++ b/openwrt/target/linux/package/madwifi/Makefile @@ -23,6 +23,9 @@ endif ifeq ($(ARCH),i386) HAL_TARGET:=i386-elf endif +ifeq ($(ARCH),armeb) +HAL_TARGET:=xscale-be-elf +endif BUS := PCI |