view nuc-fw/sysglue/Makefile @ 110:325bbadc0c9c

nuc-fw/bsp: per-target ARMIO init implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 20 Oct 2013 07:04:15 +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