view gsm-fw/riviera/support/Makefile @ 287:211b35db427c

fc-fsio: cpout of single files implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 28 Feb 2014 08:22:50 +0000 (2014-02-28)
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