X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=client%2FMakefile;h=3e2db2e729b3f47df9f65bf40a19979d0765dcc8;hb=ffa2d86b82f26ed05ed524d3027c679420d13553;hp=d0f5454f9e85c746b5f37e92c1c96cab052c6479;hpb=6c8939998c64aafb8cdfa40e52a227bf72767648;p=mTask.git diff --git a/client/Makefile b/client/Makefile index d0f5454..3e2db2e 100644 --- a/client/Makefile +++ b/client/Makefile @@ -118,6 +118,8 @@ CSRC = $(STARTUPSRC) \ $(PLATFORMSRC) \ $(BOARDSRC) \ $(TESTSRC) \ + $(CHIBIOS)/os/hal/lib/streams/memstreams.c \ + $(CHIBIOS)/os/hal/lib/streams/chprintf.c \ $(filter-out interface_linux.c,$(wildcard *.c)) # C++ sources that can be compiled in ARM or THUMB mode depending on the global @@ -215,7 +217,6 @@ ULIBDIR = # List all user libraries here ULIBS = -# # End of user defines ##############################################################################