8 lines
172 B
Makefile
8 lines
172 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=armv8
|
|
BOARDNAME:=64-bit (armv8) machines
|
|
|
|
define Target/Description
|
|
Build multi-platform images for the ARMv8 instruction set architecture
|
|
endef
|