add ifdefs to interface.h
[mTask.git] / client / Makefile
index d0f5454..0ca27f1 100644 (file)
@@ -118,6 +118,8 @@ CSRC = $(STARTUPSRC) \
        $(PLATFORMSRC) \\r
        $(BOARDSRC) \\r
        $(TESTSRC) \\r
+       $(CHIBIOS)/os/hal/lib/streams/memstreams.c \\r
+       $(CHIBIOS)/os/hal/lib/streams/chprintf.c \\r
           $(filter-out interface_linux.c,$(wildcard *.c))\r
 \r
 # C++ sources that can be compiled in ARM or THUMB mode depending on the global\r