FreeCalypso > hg > freecalypso-sw
view gsm-fw/riviera/support/Makefile @ 1027:1178befeda76
fc-shell: tch command framework started
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 30 May 2016 23:19:30 +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