1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/target/linux/at91/sama5d3/target.mk
Florian Fainelli 7175e520e1 at91: add SAMA5D3 subtarget
Add a subtarget for Atmel's SAMA5D3 Cortex-A5 based SoCs.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 42417
2014-09-03 03:11:11 +00:00

8 lines
169 B
Makefile

BOARDNAME:=SAMA5D3 (Cortex-A5)
CPU_TYPE:=cortex-a5
define Target/Description
Build generic firmware for SAMA5D3 AT91 platforms
using the ARMv7 instruction set.
endef