993989880a
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48967
13 lines
223 B
Makefile
13 lines
223 B
Makefile
#
|
|
# Copyright (C) 2016 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=bcm2710
|
|
BOARDNAME:=BCM2710 based boards
|
|
CPU_TYPE:=cortex-a53
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
|
|
define Target/Description
|
|
Build firmware image for Broadcom BCM2710 SoC devices.
|
|
endef
|