openwrtv4/target/linux/brcm2708/bcm2710/target.mk
Hauke Mehrtens e9aec15911 brcm2708: bcm2710: do not activate neon-vfpv4 manually
Neon and vfpv4 support are activated by GCC on all ARMv8 CPUs because
this is now a mandatory part of the architecture. There is not need to
activate is manually.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-08-26 12:35:44 +02:00

13 lines
261 B
Makefile

#
# Copyright (C) 2016 OpenWrt.org
# Copyright (C) 2017 LEDE project
#
ARCH:=aarch64
SUBTARGET:=bcm2710
BOARDNAME:=BCM2710 64 bit based boards
CPU_TYPE:=cortex-a53
define Target/Description
Build firmware image for Broadcom BCM2710 64 bit SoC devices.
endef