comparison nuc-fw/nucleus/demo/nucdemo.Makefile @ 138:85994b210f6a

nuc-fw cleanup: old Nucleus demo (w/o TI fw framework) moved out of the way
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 11 Nov 2013 10:17:08 +0000
parents nuc-fw/nucdemo/Makefile@dd13211c9f10
children
comparison
equal deleted inserted replaced
137:5fe5559003b7 138:85994b210f6a
1 CC= arm-elf-gcc
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb
3 CPPFLAGS=-I../nucleus
4
5 OBJS= demo.o
6
7 all: ${OBJS}
8
9 clean:
10 rm -f *.[oa] *errs