X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fs3c24xx%2FMakefile;h=33c7a55480522a388378ccd3c0f6b70e9e19f5ea;hb=f78cc362dea387011962941efbc69178e1afe8b5;hp=309c176cfd5acf41a9c2499801769e7825dc6e2c;hpb=54b995e5a80621b45a46d8c9452aa8fe7f57fd9e;p=openwrt-10.03%2F.git diff --git a/target/linux/s3c24xx/Makefile b/target/linux/s3c24xx/Makefile index 309c176cf..33c7a5548 100644 --- a/target/linux/s3c24xx/Makefile +++ b/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))