armvirt: remove 5.15 configs
[openwrt/staging/hauke.git] / target / linux / armvirt / 32 / target.mk
1 ARCH:=arm
2 SUBTARGET:=32
3 BOARDNAME:=32-bit ARM QEMU Virtual Machine
4 CPU_TYPE:=cortex-a15
5 CPU_SUBTYPE:=neon-vfpv4
6 KERNELNAME:=zImage
7
8 define Target/Description
9 Build images for $(BOARDNAME)
10 endef