diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-04 19:25:56 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-04 19:25:56 +0000 |
commit | d37c7dbd2db28255bc49d512b42ce39c8d272a5a (patch) | |
tree | 9ece17be4f4f5bc221d63a758598c38187850089 /demos/various/RT-ARMCM0-GENERIC | |
parent | 6c18028a35db35c45c8c342d43abd74b13ef1605 (diff) | |
download | ChibiOS-d37c7dbd2db28255bc49d512b42ce39c8d272a5a.tar.gz ChibiOS-d37c7dbd2db28255bc49d512b42ce39c8d272a5a.tar.bz2 ChibiOS-d37c7dbd2db28255bc49d512b42ce39c8d272a5a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10947 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/various/RT-ARMCM0-GENERIC')
-rw-r--r-- | demos/various/RT-ARMCM0-GENERIC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/various/RT-ARMCM0-GENERIC/Makefile b/demos/various/RT-ARMCM0-GENERIC/Makefile index c4e08559e..cb002e13a 100644 --- a/demos/various/RT-ARMCM0-GENERIC/Makefile +++ b/demos/various/RT-ARMCM0-GENERIC/Makefile @@ -99,8 +99,8 @@ include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v6m.mk
# Other files (optional).
#include $(CHIBIOS)/test/lib/test.mk
-include $(CHIBIOS)/test/rt/rt_test.mk
-include $(CHIBIOS)/test/oslib/oslib_test.mk
+#include $(CHIBIOS)/test/rt/rt_test.mk
+#include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/STM32F051x8.ld
|