aboutsummaryrefslogtreecommitdiffstats
path: root/test/hal/testbuild/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/hal/testbuild/Makefile')
-rw-r--r--test/hal/testbuild/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hal/testbuild/Makefile b/test/hal/testbuild/Makefile
index 8fb265acd..aef0c5c9a 100644
--- a/test/hal/testbuild/Makefile
+++ b/test/hal/testbuild/Makefile
@@ -88,7 +88,7 @@ PROJECT = ch
# Imported source files and paths
CHIBIOS = ../../..
# Startup files.
-include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk
+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/templates/platform.mk
@@ -212,7 +212,7 @@ ULIBS =
# End of user defines
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
include $(RULESPATH)/rules.mk
misra: