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