diff options
Diffstat (limited to 'test/rt/testbuild/Makefile')
-rw-r--r-- | test/rt/testbuild/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rt/testbuild/Makefile b/test/rt/testbuild/Makefile index 795971d7b..cc4d2bfb7 100644 --- a/test/rt/testbuild/Makefile +++ b/test/rt/testbuild/Makefile @@ -76,8 +76,8 @@ include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/common/ports/SIMIA32/compilers/GCC/port.mk
# Other files (optional).
include $(CHIBIOS)/test/rt/test.mk
-include $(CHIBIOS)/os/hal/lib/streams/streams.mk
-include $(CHIBIOS)/os/various/shell/shell.mk
+#include $(CHIBIOS)/os/hal/lib/streams/streams.mk
+#include $(CHIBIOS)/os/various/shell/shell.mk
# C sources here.
CSRC = $(STARTUPSRC) \
|