X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fstm32%2FMakefile;fp=client%2Fstm32%2FMakefile;h=58fb87d2d6e5232dba3d2b55817de4eed0d592bc;hb=5ff699e2aacd37539f76e069524862dac401a303;hp=99a26a57e9ec452c95fa6fd850e096ae49dd54c7;hpb=2ebe31dbe4aeaae68d63ccdcb9072dec8c4180f6;p=mTask.git diff --git a/client/stm32/Makefile b/client/stm32/Makefile index 99a26a5..58fb87d 100644 --- a/client/stm32/Makefile +++ b/client/stm32/Makefile @@ -119,8 +119,7 @@ CSRC = $(STARTUPSRC) \ $(BOARDSRC) \ $(TESTSRC) \ $(CHIBIOS)/os/hal/lib/streams/memstreams.c \ - $(CHIBIOS)/os/hal/lib/streams/chprintf.c \ - $(filter-out interface_nodemcu.c,$(filter-out interface_linux.c,$(wildcard *.c))) + $(CHIBIOS)/os/hal/lib/streams/chprintf.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting.