FreeCalypso > hg > freecalypso-sw
view nuc-fw/riviera/support/Makefile @ 135:e4257294102b
fc-xram: execvp of secondary program implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 03 Nov 2013 00:14:40 +0000 |
parents | 7d7950d7f924 |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb OBJS= exception.o all: ${OBJS} clean: rm -f *.[oa] *errs