changeset 843:7666dd5df2bc

gsm-fw: libgdi.a added to the link with CONFIG_INCLUDE_PS gtamodem-gsm build almost passes, now only CST is missing
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 25 Apr 2015 19:49:37 +0000
parents a862a41f26b7
children 55b3de755b7a
files gsm-fw/finlink/Makefile gsm-fw/finlink/ld-script.src
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile	Sat Apr 25 19:40:45 2015 +0000
+++ b/gsm-fw/finlink/Makefile	Sat Apr 25 19:49:37 2015 +0000
@@ -17,7 +17,8 @@
 LIB_DEPEND=	${BASE_LIBS}
 
 ifeq (${CONFIG_INCLUDE_PS},1)
-PS_LIBS=	../g23m-aci/dti/libdti.a ../comlib/comlib.a ../ccd/libccd.a
+PS_LIBS=	../g23m-aci/dti/libdti.a ../g23m-glue/gdi/libgdi.a \
+		../comlib/comlib.a ../ccd/libccd.a
 LIB_LINK_ORDER+=${PS_LIBS}
 LIB_DEPEND+=	${PS_LIBS}
 endif
@@ -51,7 +52,6 @@
 EXT_PIECES+=	../services/etm/xipcode.o
 endif
 
-all:		${FLASH_TARGET} ${RAM_TARGET}
 flashImage:	${FLASH_TARGET}
 ramImage:	${RAM_TARGET}
 
--- a/gsm-fw/finlink/ld-script.src	Sat Apr 25 19:40:45 2015 +0000
+++ b/gsm-fw/finlink/ld-script.src	Sat Apr 25 19:49:37 2015 +0000
@@ -60,6 +60,7 @@
 		xipcode.o(.text*)
 		*comlib.a:(.text*)
 		*libdti.a:(.text*)
+		*libgdi.a:(.text*)
 		*libplus.xip.a:(.text*)
 		*libgpf.xip.a:(.text*)
 		*libccd.a:(.text*)