# HG changeset patch # User Michael Spacefalcon # Date 1413075320 0 # Node ID bccd56f16a710a02cf5ef0e0a1deed4c55e6e7c7 # Parent 6791a13c06733855dfd75907289275ed9d60a420 gsm-fw/g23m-gsm/ss/Makefile: link xipcode.o diff -r 6791a13c0673 -r bccd56f16a71 gsm-fw/g23m-gsm/ss/Makefile --- 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