FreeCalypso > hg > freecalypso-sw
view gsm-fw/riviera/support/Makefile @ 223:0848c7f419fd
gsm-fw/configs: checking some configurations into source control,
now that we have some selectable features
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 07 Jan 2014 05:58:11 +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