prepare target for use with EABI
SVN-Revision: 14766
This commit is contained in:
parent
aebd1654e9
commit
7028d414a3
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ define Target/Description
|
||||||
OpenMoko gta02
|
OpenMoko gta02
|
||||||
endef
|
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
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
$(eval $(call BuildTarget))
|
$(eval $(call BuildTarget))
|
||||||
|
|
Loading…
Reference in a new issue