mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 04:26:55 +00:00
7c223a881f
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>
(23.05 version of e0f06ddc23
)
11 lines
196 B
Makefile
11 lines
196 B
Makefile
ARCH:=arm
|
|
SUBTARGET:=32
|
|
BOARDNAME:=32-bit ARM QEMU Virtual Machine
|
|
CPU_TYPE:=cortex-a15
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
KERNELNAME:=zImage
|
|
|
|
define Target/Description
|
|
Build images for $(BOARDNAME)
|
|
endef
|