FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-gsm/ss/Makefile @ 773:bccd56f16a71
gsm-fw/g23m-gsm/ss/Makefile: link xipcode.o
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 12 Oct 2014 00:55:20 +0000 |
parents | 6791a13c0673 |
children |
comparison
equal
deleted
inserted
replaced
772:6791a13c0673 | 773:bccd56f16a71 |
---|---|
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ | 5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ |
6 -I../../cdginc | 6 -I../../cdginc |
7 | 7 |
8 OBJS= ss_csf.o ss_em.o ss_for.o ss_pei.o ss_ss.o | 8 OBJS= ss_csf.o ss_em.o ss_for.o ss_pei.o ss_ss.o |
9 | 9 |
10 all: ${OBJS} | 10 all: xipcode.o |
11 | |
12 xipcode.o: ${OBJS} | |
13 ${LD} -r -o $@ ${OBJS} | |
11 | 14 |
12 clean: | 15 clean: |
13 rm -f *.[oa] *.out *errs | 16 rm -f *.[oa] *.out *errs |