prepare target for use with EABI

SVN-Revision: 14766
This commit is contained in:
Mirko Vogt 2009-03-06 21:12:14 +00:00
parent aebd1654e9
commit 7028d414a3

View File

@ -19,6 +19,12 @@ define Target/Description
OpenMoko gta02
endef
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
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))