# HG changeset patch
# User Space Falcon <falcon@ivan.Harhan.ORG>
# Date 1430001400 0
# Node ID 8227a33397ded6218cc590dd85e86cfb9a4d2393
# Parent  8140945526c2ad46e5465ff1891bd2354a2e5c96
gtamodem-gsm flashImage links with cst included!

diff -r 8140945526c2 -r 8227a33397de gsm-fw/finlink/Makefile
--- a/gsm-fw/finlink/Makefile	Sat Apr 25 22:22:50 2015 +0000
+++ b/gsm-fw/finlink/Makefile	Sat Apr 25 22:36:40 2015 +0000
@@ -44,6 +44,7 @@
 endif
 ifeq (${CONFIG_INCLUDE_PS},1)
 EXT_PIECES+=	../g23m-aci/xipcode.o ../g23m-gsm/xipcode.o
+EXT_PIECES+=	../g23m-glue/cst/xipcode.o
 endif
 ifeq (${CONFIG_INCLUDE_PCM},1)
 EXT_PIECES+=	../services/pcm/xipcode.o
diff -r 8140945526c2 -r 8227a33397de gsm-fw/g23m-glue/cst/Makefile
--- a/gsm-fw/g23m-glue/cst/Makefile	Sat Apr 25 22:22:50 2015 +0000
+++ b/gsm-fw/g23m-glue/cst/Makefile	Sat Apr 25 22:36:40 2015 +0000
@@ -7,7 +7,10 @@
 
 OBJS=	cst_csf.o cst_exts.o cst_pei.o cst_stack.o
 
-all:	${OBJS}
+all:	xipcode.o
+
+xipcode.o:	${OBJS}
+	${LD} -r -o $@ ${OBJS}
 
 clean:
 	rm -f *.[oa] *.out *errs