FreeCalypso > hg > freecalypso-sw
diff 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 |
line wrap: on
line diff
--- a/gsm-fw/gpf/frame/iram/Makefile Fri Apr 11 05:46:44 2014 +0000 +++ b/gsm-fw/gpf/frame/iram/Makefile Fri Apr 11 08:13:52 2014 +0000 @@ -3,7 +3,9 @@ CPPFLAGS=-I../../inc -DRUN_INT_RAM VPATH= .. -OBJS= frame.o +OBJS= frame.o prf_func.o route.o \ + vsi_com.o vsi_drv.o vsi_mem.o vsi_mis.o vsi_ppm.o \ + vsi_pro.o vsi_sem.o vsi_tim.o #vsi_trc.o all: ${OBJS}