mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
10 lines
224 B
Makefile
10 lines
224 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=64
|
|
BOARDNAME:=QEMU ARMv8 Virtual Machine (cortex-a53)
|
|
CPU_TYPE:=cortex-a53
|
|
KERNELNAME:=Image
|
|
|
|
define Target/Description
|
|
Build multi-platform images for the ARMv8 instruction set architecture
|
|
endef
|