From e558e86d7401239a9ba369bfac298bdead236ecc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 3 Apr 2016 10:58:22 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9233 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/hal/testbuild/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/hal/testbuild/Makefile') 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 -- cgit v1.2.3