view nuc-fw/nucdemo/Makefile @ 84:ccc5161848c7

loadtools: support building for GTA0x AP
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 20 Aug 2013 04:51:15 +0000
parents dd13211c9f10
children
line wrap: on
line source

CC=	arm-elf-gcc
CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
CPPFLAGS=-I../nucleus

OBJS=	demo.o

all:	${OBJS}

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