FreeCalypso > hg > freecalypso-sw
view nuc-fw/sysglue/Makefile @ 105:02cb0206aa47
fc-loadtool help implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 03 Sep 2013 07:31:26 +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