view gsm-fw/riviera/support/Makefile @ 373:5f7d723b9343

os_mem_fl.c: os_MemInit() done
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 01 Jun 2014 00:46:47 +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