From cb587d05a45e889e86cbd54d0128f725effc0543 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Thu, 27 Feb 2020 22:11:32 +0300 Subject: [PATCH] Makefile: Remove compile #include $(CHIBIOS)/test/rt/test.mk #include $(CHIBIOS)/os/various/shell/shell.mk Shell not used, test not used --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 73ebbd9..bd17844 100644 --- a/Makefile +++ b/Makefile @@ -100,9 +100,9 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v6m.mk # Other files (optional). -include $(CHIBIOS)/test/rt/test.mk +#include $(CHIBIOS)/test/rt/test.mk include $(CHIBIOS)/os/hal/lib/streams/streams.mk -include $(CHIBIOS)/os/various/shell/shell.mk +#include $(CHIBIOS)/os/various/shell/shell.mk # Define linker script file here #LDSCRIPT= $(STARTUPLD)/STM32F072xB.ld