FreeCalypso > hg > freecalypso-sw
diff nuc-fw/serial/Makefile @ 136:3b5c3f3646fb
RV bring-up: lack of timer ticks fixed,
still investigating the lack of "system time" messages from the RVT task
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 04 Nov 2013 23:35:11 +0000 |
parents | e40d8661ecab |
children |
line wrap: on
line diff
--- a/nuc-fw/serial/Makefile Sun Nov 03 00:14:40 2013 +0000 +++ b/nuc-fw/serial/Makefile Mon Nov 04 23:35:11 2013 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb LD= arm-elf-ld -OBJS= init.o serialswitch.o uart.o +OBJS= debug.o init.o serialswitch.o uart.o HDRS= faxdata.h serialswitch.h traceswitch.h uart.h uartfax.h