comparison nuc-fw/riviera/init/Makefile @ 129:7d7950d7f924

Riviera should be ready for the first TI fw build attempt
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 01 Nov 2013 06:13:58 +0000
parents
children
comparison
equal deleted inserted replaced
128:789a9a95533f 129:7d7950d7f924
1 CC= arm-elf-gcc
2 CFLAGS= -Os -fno-builtin -mthumb-interwork -mthumb
3
4 OBJS= create_RVtasks.o
5
6 all: ${OBJS}
7
8 clean:
9 rm -f *.[oa] *errs