FreeCalypso > hg > freecalypso-sw
diff nuc-fw/riviera/rvf/Makefile @ 120:e7d4ec9c4c32
All of RVF compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 31 Oct 2013 00:17:12 +0000 |
parents | dd56546ad9e0 |
children |
line wrap: on
line diff
--- a/nuc-fw/riviera/rvf/Makefile Wed Oct 30 23:19:21 2013 +0000 +++ b/nuc-fw/riviera/rvf/Makefile Thu Oct 31 00:17:12 2013 +0000 @@ -1,7 +1,8 @@ CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb -OBJS= rvf_buffer.o +OBJS= rvf_buffer.o rvf_mem_pool.o rvf_msg.o rvf_task.o rvf_time.o \ + rvf_trace_adapt.o all: ${OBJS}