From 6eb567a97a47fa09989e64ff8392da846e6b1758 Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sun, 22 Aug 2021 10:23:42 +0000 Subject: [PATCH] Fix compilation error: test.mk: No such file or directory git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14699 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- demos/AVR/RT-TEENSY2-USB/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/AVR/RT-TEENSY2-USB/Makefile b/demos/AVR/RT-TEENSY2-USB/Makefile index 2c6f8182e..593884c3d 100644 --- a/demos/AVR/RT-TEENSY2-USB/Makefile +++ b/demos/AVR/RT-TEENSY2-USB/Makefile @@ -102,7 +102,7 @@ include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk # Other files (optional). -include $(CHIBIOS)/test/lib/test.mk +include $(CHIBIOS)/os/test/test.mk include $(CHIBIOS)/test/rt/rt_test.mk include $(CHIBIOS)/test/oslib/oslib_test.mk include $(CHIBIOS)/os/hal/lib/streams/streams.mk