You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ARCH:=arm
|
|
SUBTARGET:=32
|
|
BOARDNAME:=QEMU ARM Virtual Machine (cortex-a15)
|
|
CPU_TYPE:=cortex-a15
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
KERNELNAME:=zImage
|
|
|
|
define Target/Description
|
|
Build images for $(BOARDNAME)
|
|
endef
|
|
|