OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | ARCH:=arm |
2 | SUBTARGET:=32 |
||
3 | BOARDNAME:=QEMU ARM Virtual Machine (cortex-a15) |
||
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 |