diff gsm-fw/g23m-gsm/l1/Makefile @ 716:21cd7e35807a

gsm-fw/g23m-gsm/l1: l1_pei.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 21:10:00 +0000
parents 5ec79b82ab04
children
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/l1/Makefile	Fri Oct 03 21:00:30 2014 +0000
+++ b/gsm-fw/g23m-gsm/l1/Makefile	Fri Oct 03 21:10:00 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
+
+PEI_OBJ=l1_pei.o
+
+all:	${PEI_OBJ}
 
 clean:
 	rm -f *.[oa] *.out *errs