mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-06 08:17:06 +08:00
9 lines
182 B
Makefile
9 lines
182 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=64
|
|
BOARDNAME:=ARMv8 multiplatform
|
|
KERNELNAME:=Image
|
|
|
|
define Target/Description
|
|
Build multi-platform images for the ARMv8 instruction set architecture
|
|
endef
|