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