2010-04-11 02:37:34 +08:00
|
|
|
#
|
2011-03-18 21:02:12 +08:00
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2010-04-11 02:37:34 +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
|
2010-07-19 20:32:18 +08:00
|
|
|
BOARD:=imx21
|
|
|
|
BOARDNAME:=Freescale i.MX21
|
2011-03-18 21:02:12 +08:00
|
|
|
FEATURES:=jffs2 broken
|
2011-03-26 09:07:12 +08:00
|
|
|
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
|
2010-04-11 02:37:34 +08:00
|
|
|
|
2011-04-03 21:59:07 +08:00
|
|
|
LINUX_VERSION:=2.6.37.6
|
2010-04-11 02:37:34 +08:00
|
|
|
|
|
|
|
DEVICE_TYPE=phone
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|