mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
40b02a2301
Now that the armvirt target supports real hardware, not just VMs, thanks to the addition of EFI, rename it to something more appropriate. 'armsr' (Arm SystemReady) was chosen after the name of the Arm standards program. The 32 and 64 bit targets have also been renamed armv7 and armv8 respectively, to allow future profiles where required (such as armv9). See https://developer.arm.com/documentation/102858/0100/Introduction for more information. Signed-off-by: Mathew McBride <matt@traverse.com.au>
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
|