comparison gsm-fw/g23m-glue/cst/Makefile @ 844:55b3de755b7a

starting to compile cst
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 25 Apr 2015 20:11:08 +0000
parents 91ed96b28c7a
children 21247e7d0b8d
comparison
equal deleted inserted replaced
843:7666dd5df2bc 844:55b3de755b7a
1 # stub Makefile, to be filled out 1 CC= arm-elf-gcc
2 all: 2 LD= arm-elf-ld
3
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
6 -I../../cdginc
7
8 OBJS= cst_csf.o
9
10 all: ${OBJS}
3 11
4 clean: 12 clean:
5 rm -f *.[oa] *.out *errs 13 rm -f *.[oa] *.out *errs