diff gsm-fw/g23m-gsm/alr/Makefile @ 675:029f631b22ff

starting to compile ALR
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 29 Sep 2014 01:41:48 +0000
parents 5ec79b82ab04
children 61df1066039e
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/alr/Makefile	Sun Sep 28 23:29:16 2014 +0000
+++ b/gsm-fw/g23m-gsm/alr/Makefile	Mon Sep 29 01:41:48 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=	alr_cbch.o
+
+all:	${OBJS}
 
 clean:
 	rm -f *.[oa] *.out *errs