aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC560P-EVB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/SPC5/RT-SPC560P-EVB/Makefile')
-rw-r--r--demos/SPC5/RT-SPC560P-EVB/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC560P-EVB/Makefile b/demos/SPC5/RT-SPC560P-EVB/Makefile
index 9a847de2e..0d8c330a4 100644
--- a/demos/SPC5/RT-SPC560P-EVB/Makefile
+++ b/demos/SPC5/RT-SPC560P-EVB/Makefile
@@ -93,7 +93,9 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/e200/compilers/GCC/mk/port.mk
# Other files (optional).
-include $(CHIBIOS)/test/rt/test.mk
+include $(CHIBIOS)/test/lib/test.mk
+include $(CHIBIOS)/test/rt/rt_test.mk
+include $(CHIBIOS)/test/oslib/oslib_test.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
include $(CHIBIOS)/os/various/shell/shell.mk