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
|
2011-03-26 09:07:12 +08:00
|
|
|
CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
|
2011-05-06 20:37:36 +08:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2010-11-08 15:31:36 +08:00
|
|
|
|
2011-12-07 03:50:25 +08:00
|
|
|
LINUX_VERSION:=3.0.12
|
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))
|