view nuc-fw/sysglue/Makefile @ 82:dd13211c9f10

nuc-fw: building XIP code in Thumb as intended
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 17 Aug 2013 19:29:48 +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