mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
10 lines
207 B
Makefile
10 lines
207 B
Makefile
|
BOARDNAME:=SAMA7 boards (Cortex-A7)
|
||
|
CPU_TYPE:=cortex-a7
|
||
|
CPU_SUBTYPE:=vfpv4
|
||
|
FEATURES+=fpu
|
||
|
|
||
|
define Target/Description
|
||
|
Build generic firmware for Microchip SAMA7G5 MPUs using the
|
||
|
ARMv7 instruction set.
|
||
|
endef
|