openwrtv4/target/linux/mediatek/mt7622/target.mk
Hauke Mehrtens 10ce015c65 mediatek: mt7622: Do not set CPU_SUBTYPE for Cortex A53
Neon and vfpv4 are mandatory extensions in the ARM64 instruction set
now, do not activate them explicitly. GCC will make use of these
extension now by default.

This makes it possible to share the toolchain with other Cortex A53
SoCs.
Compile tested only.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2018-06-18 07:10:19 +02:00

10 lines
189 B
Makefile

ARCH:=aarch64
SUBTARGET:=mt7622
BOARDNAME:=MT7622
CPU_TYPE:=cortex-a53
KERNELNAME:=Image dtbs
define Target/Description
Build firmware images for MediaTek MT7622 ARM based boards.
endef