mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 01:59:02 +00:00
e0f06ddc23
EFI booting is used on newer machines compatible with the Arm SystemReady specifications. This commit restructures armvirt into a more 'generic' target similar to x86. See https://github.com/openwrt/openwrt/pull/4956 for a history of this port. Signed-off-by: Mathew McBride <matt@traverse.com.au>
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
|