comparison gsm-fw/g23m-glue/cst/Makefile @ 848:8227a33397de

gtamodem-gsm flashImage links with cst included!
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 25 Apr 2015 22:36:40 +0000
parents 8140945526c2
children
comparison
equal deleted inserted replaced
847:8140945526c2 848:8227a33397de
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= cst_csf.o cst_exts.o cst_pei.o cst_stack.o 8 OBJS= cst_csf.o cst_exts.o cst_pei.o cst_stack.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