changeset 816:48b1b5e26a1e

g23m-aci/aci/Makefile: link xipcode.o
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 08:19:16 +0000
parents 15cf4a8961d0
children c23e0dfa5154
files gsm-fw/g23m-aci/aci/Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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