add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)

SVN-Revision: 22323
This commit is contained in:
Imre Kaloz
2010-07-21 11:20:53 +00:00
parent e9924b427e
commit a1cdb24a3b
19 changed files with 57602 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ endif
ifeq ($(BOARD),orion)
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif
ifeq ($(BOARD),cns3xxx)
HAL_TARGET:=arm11-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif
ifeq ($(ARCH),powerpc)
HAL_TARGET:=powerpc-be-elf
endif