2008-12-12 00:20:51 +02: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
|
|
|
|
BOARDNAME:=s3c24xx
|
|
|
|
FEATURES:=jffs2
|
2008-12-12 00:20:51 +02:00
|
|
|
|
2009-02-21 20:53:05 +02:00
|
|
|
LINUX_VERSION:=2.6.28.7
|
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
|
2008-12-12 02:02:36 +02:00
|
|
|
OpenMoko gta02
|
2008-12-12 00:20:51 +02:00
|
|
|
endef
|
|
|
|
|
2009-03-06 23:12:14 +02:00
|
|
|
define Kernel/Configure
|
|
|
|
$(call Kernel/Configure/Default)
|
|
|
|
$(SED) 's,.*CONFIG_AEABI.*,$(if $(CONFIG_EABI_SUPPORT),CONFIG_AEABI=y,# CONFIG_AEABI is not set),' $(LINUX_DIR)/.config
|
|
|
|
$(if $(CONFIG_EABI_SUPPORT),echo '# CONFIG_OABI_COMPAT is not set' >> $(LINUX_DIR)/.config)
|
|
|
|
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))
|