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