view gsm-fw/riviera/support/Makefile @ 396:c82d093a2b89

os_mem_fl.c: os_AllocateMemory() and os_DeallocateMemory()
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 13 Jun 2014 00:55:36 +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