1#
2# Copyright (C) 2010-2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=arm
10BOARD:=realview
11BOARDNAME:=ARM Ltd. Realview board (qemu)
12FEATURES:=ext4 fpu ramdisk
13CPU_TYPE:=mpcore
14CPU_SUBTYPE:=vfp
15MAINTAINER:=Florian Fainelli <florian@openwrt.org>
16
17KERNEL_PATCHVER:=4.4
18
19DEVICE_TYPE:=developerboard
20
21include $(INCLUDE_DIR)/target.mk
22
23define Target/Description
24	Build images for ARM Ltd. Realview boards to be run with qemu
25endef
26
27KERNELNAME:=zImage
28
29$(eval $(call BuildTarget))
30