armvirt: new target
[openwrt/openwrt.git] / target / linux / armvirt / Makefile
1 #
2 # Copyright (C) 2016 Yousong Zhou <yszhou4tech@gmail.com>
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=arm
10 BOARD:=armvirt
11 BOARDNAME:=QEMU ARM Virtual Machine
12 FEATURES:=fpu pci rtc
13 FEATURES+=cpiogz ext4 ramdisk squashfs targz
14 CPU_TYPE:=cortex-a15
15 CPU_SUBTYPE:=neon-vfpv4
16 MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
17
18 KERNEL_PATCHVER:=4.4
19
20 define Target/Description
21 Build images for QEMU ARM Virtual Machine
22 endef
23
24 include $(INCLUDE_DIR)/target.mk
25
26 KERNELNAME:=zImage
27
28 $(eval $(call BuildTarget))