fix madwifi for the gemini target

SVN-Revision: 16270
This commit is contained in:
Imre Kaloz 2009-06-01 18:09:10 +00:00
parent 642870d0cc
commit 9fa14987b8

View file

@ -100,6 +100,9 @@ endif
ifeq ($(BOARD),storm)
HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif
ifeq ($(BOARD),gemini)
HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif
ifneq ($(CONFIG_TARGET_atheros),)
HAL_TARGET:=wisoc
endif