From 1d8823ae6163ffde33a3acf0da8f1f1865d05efc Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sat, 10 Apr 2010 18:37:34 +0000 Subject: Add mx2 target with very basic support for the vp6500 voip phone SVN-Revision: 20786 --- target/linux/mx2/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 target/linux/mx2/Makefile (limited to 'target/linux/mx2/Makefile') diff --git a/target/linux/mx2/Makefile b/target/linux/mx2/Makefile new file mode 100644 index 0000000..734ab1a --- /dev/null +++ b/target/linux/mx2/Makefile @@ -0,0 +1,24 @@ +# +# Copyright (C) 2006-2009 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:=mx2 +BOARDNAME:=Freescale MX2 +FEATURES:=jffs2 +CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time + +LINUX_VERSION:=2.6.34-rc3 + +DEVICE_TYPE=phone + +define Target/Description +endef + +include $(INCLUDE_DIR)/target.mk + +$(eval $(call BuildTarget)) -- cgit v1.1