FreeCalypso > hg > freecalypso-sw
view nuc-fw/sysglue/Makefile @ 119:dd56546ad9e0
starting to compile RVF
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 30 Oct 2013 23:19:21 +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