diff options
Diffstat (limited to 'test/hal/testbuild/Makefile')
-rw-r--r-- | test/hal/testbuild/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hal/testbuild/Makefile b/test/hal/testbuild/Makefile index 4af7fe08d..0e6aca07a 100644 --- a/test/hal/testbuild/Makefile +++ b/test/hal/testbuild/Makefile @@ -91,7 +91,7 @@ CHIBIOS = ../../.. include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/hal/ports/common/platform.mk
+include $(CHIBIOS)/os/hal/templates/platform.mk
include $(CHIBIOS)/os/hal/templates/board/board.mk
include $(CHIBIOS)/os/hal/templates/osal/osal.mk
# RTOS files (optional).
|