FreeCalypso > hg > freecalypso-sw
view gsm-fw/gpf/osx/Makefile @ 793:c77d5b1fd6a2
aci: got to cmh_mmq.c, compilation failure (something to do with RTC),
remains to be investigated and fixed
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 13 Mar 2015 00:29:36 +0000 |
parents | 886cd11bc45f |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork CPPFLAGS=-I../inc OBJS= osx.o all: ${OBJS} clean: rm -f *.[oa] *errs