FreeCalypso > hg > freecalypso-sw
changeset 747:3f9566c41e67
gsm-fw/g23m-gsm/rr/Makefile: link xipcode.o
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Oct 2014 22:54:57 +0000 |
parents | 3385558575ea |
children | 2dcd1bef7ea8 |
files | gsm-fw/g23m-gsm/rr/Makefile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/rr/Makefile Sun Oct 05 22:53:42 2014 +0000 +++ b/gsm-fw/g23m-gsm/rr/Makefile Sun Oct 05 22:54:57 2014 +0000 @@ -9,7 +9,10 @@ rr_dats.o rr_em.o rr_forf.o rr_forp.o rr_fors.o rr_pei.o rr_srv.o \ rr_tim.o -all: ${OBJS} +all: xipcode.o + +xipcode.o: ${OBJS} + ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *.out *errs