changeset 713:c0d95c32a99a

gsm-fw/g23m-gsm/dl/Makefile: link xipcode.o
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 05:05:03 +0000
parents 576c006d4b90
children 58bbee73c4b7
files gsm-fw/g23m-gsm/dl/Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/dl/Makefile	Fri Oct 03 05:02:26 2014 +0000
+++ b/gsm-fw/g23m-gsm/dl/Makefile	Fri Oct 03 05:05:03 2014 +0000
@@ -8,7 +8,10 @@
 OBJS=	dl_com.o dl_dcch0.o dl_dcch3.o dl_dph.o dl_drr.o dl_em.o dl_pei.o \
 	dl_sacch0.o dl_signal.o dl_state.o dl_trace.o
 
-all:	${OBJS}
+all:	xipcode.o
+
+xipcode.o:	${OBJS}
+	${LD} -r -o $@ ${OBJS}
 
 clean:
 	rm -f *.[oa] *.out *errs