FreeCalypso > hg > freecalypso-sw
diff gsm-fw/g23m-gsm/rr/Makefile @ 732:a6f45d948d22
rr_attf.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Oct 2014 02:53:52 +0000 |
parents | 5ec79b82ab04 |
children | d01d6b3ac2a9 |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/rr/Makefile Sun Oct 05 01:27:32 2014 +0000 +++ b/gsm-fw/g23m-gsm/rr/Makefile Sun Oct 05 02:53:52 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= rr_attf.o + +all: ${OBJS} clean: rm -f *.[oa] *.out *errs