1f51472346
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47562
13 lines
222 B
Makefile
13 lines
222 B
Makefile
#
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=bcm2709
|
|
BOARDNAME:=BCM2709 based boards
|
|
CPU_TYPE:=cortex-a7
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
|
|
define Target/Description
|
|
Build firmware image for Broadcom BCM2709 SoC devices.
|
|
endef
|