2009-05-03 19:58:06 +03:00
|
|
|
#
|
2009-01-03 14:24:51 +02:00
|
|
|
# Copyright (C) 2006-2009 OpenWrt.org
|
2008-12-12 00:20:51 +02: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 02:02:36 +02:00
|
|
|
BOARD:=s3c24xx
|
2009-05-04 14:42:49 +03:00
|
|
|
BOARDNAME:=Samsung S3C24xx
|
2008-12-12 02:02:36 +02:00
|
|
|
FEATURES:=jffs2
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -fno-caller-saves
|
2010-10-23 18:57:24 +03:00
|
|
|
SUBTARGETS:=openmoko-gta02
|
2008-12-12 00:20:51 +02:00
|
|
|
|
2009-12-04 16:52:45 +02:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2008-12-12 00:20:51 +02:00
|
|
|
|
2008-12-12 02:02:36 +02:00
|
|
|
DEVICE_TYPE=phone
|
2008-12-12 00:20:51 +02:00
|
|
|
|
|
|
|
define Target/Description
|
2010-10-23 18:57:24 +03:00
|
|
|
S3C24xx arm
|
2008-12-12 00:20:51 +02:00
|
|
|
endef
|
|
|
|
|
2008-12-12 02:02:36 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2008-12-12 00:20:51 +02:00
|
|
|
$(eval $(call BuildTarget))
|