projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aebd165
)
prepare target for use with EABI
author
Mirko Vogt
<mirko@openwrt.org>
Fri, 6 Mar 2009 21:12:14 +0000
(21:12 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Fri, 6 Mar 2009 21:12:14 +0000
(21:12 +0000)
SVN-Revision: 14766
target/linux/s3c24xx/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/s3c24xx/Makefile
b/target/linux/s3c24xx/Makefile
index 309c176cfd5acf41a9c2499801769e7825dc6e2c..33c7a55480522a388378ccd3c0f6b70e9e19f5ea 100644
(file)
--- 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))