view nuc-fw/sysglue/Makefile @ 120:e7d4ec9c4c32

All of RVF compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 31 Oct 2013 00:17:12 +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