FreeCalypso > hg > freecalypso-sw
view gsm-fw/gpf/osx/Makefile @ 858:4c6e7ada647b
compressed trace decoder almost fully implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 02 May 2015 08:08:26 +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