FreeCalypso > hg > freecalypso-sw
changeset 767:77ab12ccdec1
gsm-fw/g23m-gsm/sms/Makefile: link xipcode.o
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 12 Oct 2014 00:25:54 +0000 |
parents | d10585d665b4 |
children | 461aad16a816 |
files | gsm-fw/g23m-gsm/sms/Makefile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/sms/Makefile Sun Oct 12 00:23:43 2014 +0000 +++ b/gsm-fw/g23m-gsm/sms/Makefile Sun Oct 12 00:25:54 2014 +0000 @@ -8,7 +8,10 @@ OBJS= sms_cp.o sms_csf.o sms_em.o sms_for.o sms_pei.o sms_rl.o sms_time.o \ sms_tlf.o sms_tlp.o sms_tls.o -all: ${OBJS} +all: xipcode.o + +xipcode.o: ${OBJS} + ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *.out *errs