FreeCalypso > hg > freecalypso-citrine
comparison gpf/frame/iram/Makefile @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 00:02:41 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:75a11d740a02 |
---|---|
1 CC= arm-elf-gcc | |
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork | |
3 CPPFLAGS=-I../../inc -DRUN_INT_RAM | |
4 VPATH= .. | |
5 | |
6 OBJS= frame.o prf_func.o route.o \ | |
7 vsi_com.o vsi_drv.o vsi_mem.o vsi_mis.o vsi_ppm.o \ | |
8 vsi_pro.o vsi_sem.o vsi_tim.o vsi_trc.o | |
9 | |
10 all: ${OBJS} | |
11 | |
12 clean: | |
13 rm -f *.[oa] *errs |