1#
2# Copyright (C) 2006-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:=imx21
11BOARDNAME:=Freescale i.MX21
12FEATURES:=jffs2 broken
13CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
14
15LINUX_VERSION:=2.6.37.6
16
17DEVICE_TYPE=phone
18
19define Target/Description
20endef
21
22include $(INCLUDE_DIR)/target.mk
23
24$(eval $(call BuildTarget))
25