view nuc-fw/sysglue/Makefile @ 115:1e41550feec5

nuc-fw: Init_Target() reconstructed
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 27 Oct 2013 04:43:04 +0000
parents 17b0511b243c
children 8b0793c67f9f
line wrap: on
line source

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

OBJS=	irqfiq.o sysinit.o

all:	${OBJS}

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