target.mk 224 B

123456789
  1. ARCH:=aarch64
  2. SUBTARGET:=64
  3. BOARDNAME:=QEMU ARMv8 Virtual Machine (cortex-a53)
  4. CPU_TYPE:=cortex-a53
  5. KERNELNAME:=Image
  6. define Target/Description
  7. Build multi-platform images for the ARMv8 instruction set architecture
  8. endef