aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/mt7622/target.mk
Commit message (Collapse)AuthorAgeFilesLines
* mediatek: mt7622: Do not set CPU_SUBTYPE for Cortex A53Hauke Mehrtens2018-06-181-1/+0
| | | | | | | | | | | | 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>
* mediatek: add mt7622 subtargetJohn Crispin2018-05-241-0/+11
Signed-off-by: John Crispin <john@phrozen.org>