summaryrefslogtreecommitdiffstats
path: root/target/linux/realview/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-08 07:31:36 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-08 07:31:36 +0000
commit80d29f765eeed4248e2871a3dd00a0f49a577f03 (patch)
tree709472de95ac832a40b2dad6155a2a37bb5e22d3 /target/linux/realview/Makefile
parent71eb884cf85bb430dffff00db9f460c176ef3903 (diff)
[realview] add qemu target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23921 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/realview/Makefile')
-rw-r--r--target/linux/realview/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile
new file mode 100644
index 000000000..546fa9d34
--- /dev/null
+++ b/target/linux/realview/Makefile
@@ -0,0 +1,25 @@
+#
+# Copyright (C) 2010 OpenWrt.org
+#
+# 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
+BOARDNAME:=ARM Ltd Realview
+FEATURES:=squashfs jffs2 fpu
+CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time
+
+LINUX_VERSION:=2.6.36
+
+include $(INCLUDE_DIR)/target.mk
+
+define Target/Description
+ Build images for ARM Ltd Realview boards to be run with qemu
+endef
+
+KERNELNAME:="zImage"
+
+$(eval $(call BuildTarget))