FreeCalypso > hg > freecalypso-sw
changeset 756:fe3e16263bb2
gsm-fw/g23m-gsm/sim/Makefile: link xipcode.o
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 11 Oct 2014 21:56:59 +0000 |
parents | 72de8fe8ef5f |
children | 833f2fee131b |
files | gsm-fw/g23m-gsm/sim/Makefile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/sim/Makefile Sat Oct 11 21:52:24 2014 +0000 +++ b/gsm-fw/g23m-gsm/sim/Makefile Sat Oct 11 21:56:59 2014 +0000 @@ -7,7 +7,10 @@ OBJS= sim_app.o sim_em.o sim_fkt.o sim_pei.o sim_stk.o -all: ${OBJS} +all: xipcode.o + +xipcode.o: ${OBJS} + ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *.out *errs