2009-05-03 16:58:06 +00:00
|
|
|
#
|
2009-01-03 12:24:51 +00:00
|
|
|
# Copyright (C) 2006-2009 OpenWrt.org
|
2008-12-11 22:20:51 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
2008-12-12 00:02:36 +00:00
|
|
|
BOARD:=s3c24xx
|
2009-05-04 11:42:49 +00:00
|
|
|
BOARDNAME:=Samsung S3C24xx
|
2008-12-12 00:02:36 +00:00
|
|
|
FEATURES:=jffs2
|
2009-03-16 23:37:46 +00:00
|
|
|
CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -funit-at-a-time
|
2008-12-11 22:20:51 +00:00
|
|
|
|
2009-12-04 14:52:45 +00:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2008-12-11 22:20:51 +00:00
|
|
|
|
2008-12-12 00:02:36 +00:00
|
|
|
DEVICE_TYPE=phone
|
2008-12-11 22:20:51 +00:00
|
|
|
|
|
|
|
define Target/Description
|
2008-12-12 00:02:36 +00:00
|
|
|
OpenMoko gta02
|
2008-12-11 22:20:51 +00:00
|
|
|
endef
|
|
|
|
|
2008-12-12 00:02:36 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2008-12-11 22:20:51 +00:00
|
|
|
$(eval $(call BuildTarget))
|