changeset 773:bccd56f16a71

gsm-fw/g23m-gsm/ss/Makefile: link xipcode.o
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 12 Oct 2014 00:55:20 +0000
parents 6791a13c0673
children 40a721fd9854
files gsm-fw/g23m-gsm/ss/Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/ss/Makefile	Sun Oct 12 00:54:04 2014 +0000
+++ b/gsm-fw/g23m-gsm/ss/Makefile	Sun Oct 12 00:55:20 2014 +0000
@@ -7,7 +7,10 @@
 
 OBJS=	ss_csf.o ss_em.o ss_for.o ss_pei.o ss_ss.o
 
-all:	${OBJS}
+all:	xipcode.o
+
+xipcode.o:	${OBJS}
+	${LD} -r -o $@ ${OBJS}
 
 clean:
 	rm -f *.[oa] *.out *errs