diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-19 09:16:38 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-19 09:16:38 +0000 |
commit | 0e3a108a64d9d2ac6d820f90b35a47c2d6cad2cc (patch) | |
tree | 2979ec33586a799a130e0db8e1228d68a78670eb /demos/STM32/NIL-STM32F746G-DISCOVERY/Makefile | |
parent | 59d34439eb700f96bd6daa33b11b0092931b17b4 (diff) | |
download | ChibiOS-0e3a108a64d9d2ac6d820f90b35a47c2d6cad2cc.tar.gz ChibiOS-0e3a108a64d9d2ac6d820f90b35a47c2d6cad2cc.tar.bz2 ChibiOS-0e3a108a64d9d2ac6d820f90b35a47c2d6cad2cc.zip |
NIL test suite updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10864 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/NIL-STM32F746G-DISCOVERY/Makefile')
-rw-r--r-- | demos/STM32/NIL-STM32F746G-DISCOVERY/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/STM32/NIL-STM32F746G-DISCOVERY/Makefile b/demos/STM32/NIL-STM32F746G-DISCOVERY/Makefile index 78723f75f..df211e287 100644 --- a/demos/STM32/NIL-STM32F746G-DISCOVERY/Makefile +++ b/demos/STM32/NIL-STM32F746G-DISCOVERY/Makefile @@ -98,7 +98,9 @@ include $(CHIBIOS)/os/hal/osal/nil/osal.mk include $(CHIBIOS)/os/nil/nil.mk
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
-include $(CHIBIOS)/test/nil/test.mk
+include $(CHIBIOS)/test/lib/test.mk
+include $(CHIBIOS)/test/nil/nil_test.mk
+include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/STM32F746xG.ld
|