view nuc-fw/riviera/rvt/Makefile @ 142:15d5977390c2

fw build for pirelli: set the ASIC_CONF register like the original fw does
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 12 Nov 2013 05:00:00 +0000
parents 28f967578233
children
line wrap: on
line source

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

OBJS=	rvt_api.o rvt_env.o rvt_task.o

all:	${OBJS}

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