view nuc-fw/sysglue/Makefile @ 109:91460c8957f0

nuc-fw/bsp: beginning of reconciliation with the Leonardo semi-src version
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 19 Oct 2013 18:59:34 +0000
parents 947b1f473960
children 17b0511b243c
line wrap: on
line source

CC=	arm-elf-gcc
ASFLAGS=-mthumb-interwork

OBJS=	sysinit.o

all:	${OBJS}

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