FreeCalypso > hg > freecalypso-sw
view nuc-fw/sysglue/Makefile @ 118:21de8d8e6ea7
checking in Riviera code from the Sotomodem version
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 29 Oct 2013 07:03:45 +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