# HG changeset patch # User Michael Spacefalcon # Date 1412312703 0 # Node ID c0d95c32a99a42ef31cee62449d0d2d4342cbe11 # Parent 576c006d4b902f6e76a508a749191bcaa3d5e4be gsm-fw/g23m-gsm/dl/Makefile: link xipcode.o diff -r 576c006d4b90 -r c0d95c32a99a gsm-fw/g23m-gsm/dl/Makefile --- 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