# HG changeset patch # User Space Falcon # Date 1428221956 0 # Node ID 48b1b5e26a1e9873a318ba0cd852bdab5d128e3d # Parent 15cf4a8961d0d7d7abab11cb1b73db21fc44a6fa g23m-aci/aci/Makefile: link xipcode.o diff -r 15cf4a8961d0 -r 48b1b5e26a1e gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 08:17:09 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 08:19:16 2015 +0000 @@ -26,7 +26,10 @@ psa_ssp.o psa_sss.o psa_uartp.o psa_uarts.o psa_util.o \ sap_dti.o sap_em.o -all: ${OBJS} +all: xipcode.o + +xipcode.o: ${OBJS} + ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *.out *errs