mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
8 lines
165 B
Makefile
8 lines
165 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=64
|
|
BOARDNAME:=64-bit ARM machines
|
|
|
|
define Target/Description
|
|
Build multi-platform images for the ARMv8 instruction set architecture
|
|
endef
|