FreeCalypso > hg > freecalypso-sw
diff gsm-fw/L1/stand/Makefile @ 614:4274171eabd2
gsm-fw/L1/stand/l1_pei.c: getting close to passing compilation
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 29 Aug 2014 18:38:07 +0000 |
parents | |
children | 0c736bd8385e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/L1/stand/Makefile Fri Aug 29 18:38:07 2014 +0000 @@ -0,0 +1,11 @@ +CC= arm-elf-gcc +CPPFLAGS=-I../../gpf/inc +CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb +LD= arm-elf-ld + +OBJS= l1_pei.o + +all: ${OBJS} + +clean: + rm -f *.[oa] *.out *errs