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 6cb730058..165ff35cd 100644
--- a/test/hal/testbuild/Makefile
+++ b/test/hal/testbuild/Makefile
@@ -91,8 +91,8 @@ 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/templates/platform.mk
-#include $(CHIBIOS)/os/hal/boards/xxxxxxx/board.mk
+include $(CHIBIOS)/os/hal/ports/common/platform.mk
+include $(CHIBIOS)/os/hal/templates/board/board.mk
include $(CHIBIOS)/os/hal/templates/osal/osal.mk
# RTOS files (optional).
#include $(CHIBIOS)/os/rt/rt.mk