prepare target for use with EABI

SVN-Revision: 14766
master
Mirko Vogt 16 years ago
parent aebd1654e9
commit 7028d414a3
  1. 6
      target/linux/s3c24xx/Makefile

@ -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))

Loading…
Cancel
Save