diff gsm-fw/g23m-gsm/dl/Makefile @ 702:900be07de4e8

dl_com.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 03:25:57 +0000
parents 5ec79b82ab04
children d6a9b9fce09e
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/dl/Makefile	Thu Oct 02 18:48:12 2014 +0000
+++ b/gsm-fw/g23m-gsm/dl/Makefile	Fri Oct 03 03:25:57 2014 +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=	dl_com.o
+
+all:	${OBJS}
 
 clean:
 	rm -f *.[oa] *.out *errs