comparison nuc-fw/nucdemo/Makefile @ 80:39b1c369b67f

nuc-fw: links to an ELF image
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 16 Aug 2013 02:25:58 +0000
parents
children dd13211c9f10
comparison
equal deleted inserted replaced
79:947b1f473960 80:39b1c369b67f
1 CC= arm-elf-gcc
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork
3 CPPFLAGS=-I../nucleus
4
5 OBJS= demo.o
6
7 all: ${OBJS}
8
9 clean:
10 rm -f *.[oa] *errs