FreeCalypso > hg > freecalypso-sw
view gsm-fw/riviera/support/Makefile @ 264:0c938d8b5ba3
fc-tmsh: set-pcm-string and set-rfcap implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 05 Feb 2014 10:19:21 +0000 |
parents | afceeeb2cba1 |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb OBJS= exception.o all: ${OBJS} clean: rm -f *.[oa] *errs