XScale support (Gateway 7001), take two
[openwrt.git] / openwrt / target / linux / package / madwifi / Makefile
index fcdac90..bf08b7b 100644 (file)
@@ -23,6 +23,9 @@ endif
 ifeq ($(ARCH),i386)
 HAL_TARGET:=i386-elf
 endif
+ifeq ($(ARCH),armeb)
+HAL_TARGET:=xscale-be-elf
+endif
 
 BUS := PCI
 
This page took 0.020733 seconds and 4 git commands to generate.