add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)
SVN-Revision: 22323
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user