diff 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
line wrap: on
line diff
--- a/gsm-fw/g23m-glue/cst/Makefile	Sat Apr 25 19:49:37 2015 +0000
+++ b/gsm-fw/g23m-glue/cst/Makefile	Sat Apr 25 20:11:08 2015 +0000
@@ -1,5 +1,13 @@
-# stub Makefile, to be filled out
-all:
+CC=	arm-elf-gcc
+LD=	arm-elf-ld
+
+CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
+CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
+	-I../../cdginc
+
+OBJS=	cst_csf.o
+
+all:	${OBJS}
 
 clean:
 	rm -f *.[oa] *.out *errs