From 0b196440153074bfd18cfea60cd3e08e46717235 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 25 Aug 2021 08:00:57 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14709 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- testhal/STM32/multi/EFL-MFS/make/stm32f302_nucleo64.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testhal/STM32/multi/EFL-MFS/make/stm32f302_nucleo64.make b/testhal/STM32/multi/EFL-MFS/make/stm32f302_nucleo64.make index 912fa823d..c8cc59dc0 100644 --- a/testhal/STM32/multi/EFL-MFS/make/stm32f302_nucleo64.make +++ b/testhal/STM32/multi/EFL-MFS/make/stm32f302_nucleo64.make @@ -107,11 +107,11 @@ include $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F302R8/board.mk include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk # RTOS files (optional). include $(CHIBIOS)/os/rt/rt.mk -include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk +include $(CHIBIOS)/os/common/ports/ARMv7-M/compilers/GCC/mk/port.mk # Auto-build files in ./source recursively. include $(CHIBIOS)/tools/mk/autobuild.mk # Other files (optional). -include $(CHIBIOS)/test/lib/test.mk +include $(CHIBIOS)/os/test/test.mk include $(CHIBIOS)/test/mfs/mfs_test.mk include $(CHIBIOS)/os/hal/lib/complex/mfs/hal_mfs.mk include $(CHIBIOS)/os/hal/lib/streams/streams.mk