lede/target/linux/armvirt/64/target.mk

10 lines
224 B
Makefile
Raw Normal View History

2017-09-06 19:19:45 +08:00
ARCH:=aarch64
SUBTARGET:=64
2020-12-17 23:29:07 +08:00
BOARDNAME:=QEMU ARMv8 Virtual Machine (cortex-a53)
CPU_TYPE:=cortex-a53
2017-09-06 19:19:45 +08:00
KERNELNAME:=Image
define Target/Description
2020-12-17 23:29:07 +08:00
Build multi-platform images for the ARMv8 instruction set architecture
2017-09-06 19:19:45 +08:00
endef