FreeCalypso > hg > freecalypso-sw
changeset 730:af82698f039e
gsm-fw/g23m-gsm/mm/Makefile: link xipcode.o
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 04 Oct 2014 23:30:42 +0000 |
parents | acc31840d51c |
children | 68693b72670b |
files | gsm-fw/g23m-gsm/mm/Makefile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/mm/Makefile Sat Oct 04 23:29:33 2014 +0000 +++ b/gsm-fw/g23m-gsm/mm/Makefile Sat Oct 04 23:30:42 2014 +0000 @@ -8,7 +8,10 @@ OBJS= mm_csf.o mm_em.o mm_forf.o mm_forp.o mm_fors.o mm_mmf.o mm_mmp.o \ mm_mms.o mm_pei.o mm_regf.o mm_regp.o mm_regs.o mm_tim.o -all: ${OBJS} +all: xipcode.o + +xipcode.o: ${OBJS} + ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *.out *errs