view nuc-fw/riviera/rvf/Makefile @ 119:dd56546ad9e0

starting to compile RVF
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 30 Oct 2013 23:19:21 +0000
parents
children e7d4ec9c4c32
line wrap: on
line source

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

OBJS=	rvf_buffer.o

all:	${OBJS}

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