FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/gpf/frame/iram/Makefile @ 319:2c760f6b1fe0
gsm-fw/gpf/frame: everything compiles except vsi_trc.c
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Fri, 11 Apr 2014 08:13:52 +0000 |
| parents | 06ee56829697 |
| children | d278439e905d |
comparison
equal
deleted
inserted
replaced
| 318:0c87c1f9dac5 | 319:2c760f6b1fe0 |
|---|---|
| 1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
| 2 CFLAGS= -O2 -fno-builtin -mthumb-interwork | 2 CFLAGS= -O2 -fno-builtin -mthumb-interwork |
| 3 CPPFLAGS=-I../../inc -DRUN_INT_RAM | 3 CPPFLAGS=-I../../inc -DRUN_INT_RAM |
| 4 VPATH= .. | 4 VPATH= .. |
| 5 | 5 |
| 6 OBJS= frame.o | 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 | |
| 7 | 9 |
| 8 all: ${OBJS} | 10 all: ${OBJS} |
| 9 | 11 |
| 10 clean: | 12 clean: |
| 11 rm -f *.[oa] *errs | 13 rm -f *.[oa] *errs |
