view gsm-fw/riviera/support/Makefile @ 375:1319bd1d5ac3

os_mem_fl.c: os_GetPrimpoolCB() done
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 09 Jun 2014 04:10:07 +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