changeset 699:64745cdedf15

gsm-fw/g23m-gsm/cc/Makefile: link xipcode.o
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 30 Sep 2014 02:26:35 +0000
parents aadd41c56099
children 2913c4fdd34a
files gsm-fw/g23m-gsm/cc/Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/cc/Makefile	Tue Sep 30 02:24:52 2014 +0000
+++ b/gsm-fw/g23m-gsm/cc/Makefile	Tue Sep 30 02:26:35 2014 +0000
@@ -8,7 +8,10 @@
 OBJS=	cc_act.o cc_cfk.o cc_csf.o cc_em.o cc_est.o cc_ffk.o cc_for.o cc_pei.o \
 	cc_rel.o cc_srv.o cc_time.o
 
-all:	${OBJS}
+all:	xipcode.o
+
+xipcode.o:	${OBJS}
+	${LD} -r -o $@ ${OBJS}
 
 clean:
 	rm -f *.[oa] *.out *errs