2010-11-08 15:31:36 +08:00
|
|
|
#
|
2011-03-18 21:25:32 +08:00
|
|
|
# Copyright (C) 2010-2011 OpenWrt.org
|
2010-11-08 15:31:36 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=realview
|
2010-11-08 17:41:20 +08:00
|
|
|
BOARDNAME:=ARM Ltd. Realview board (qemu)
|
2011-04-04 02:30:49 +08:00
|
|
|
FEATURES:=fpu ramdisk
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=mpcore
|
|
|
|
CPU_SUBTYPE:=vfp
|
2011-05-06 20:37:36 +08:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2010-11-08 15:31:36 +08:00
|
|
|
|
2013-10-14 03:28:29 +08:00
|
|
|
LINUX_VERSION:=3.10.15
|
2010-11-08 15:31:36 +08:00
|
|
|
|
2012-09-14 23:36:33 +08:00
|
|
|
DEVICE_TYPE:=developerboard
|
|
|
|
|
2010-11-08 15:31:36 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
2010-11-08 17:41:20 +08:00
|
|
|
Build images for ARM Ltd. Realview boards to be run with qemu
|
2010-11-08 15:31:36 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
KERNELNAME:="zImage"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|