view gsm-fw/riviera/init/Makefile @ 337:a26470040d89

fc-tmsh: old buglet in the handling of ETM traces
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 22 Apr 2014 07:42:40 +0000
parents afceeeb2cba1
children
line wrap: on
line source

CC=	arm-elf-gcc
CFLAGS=	-Os -fno-builtin -mthumb-interwork -mthumb

OBJS=	create_RVtasks.o

all:	${OBJS}

clean:
	rm -f *.[oa] *errs