diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-03 10:58:22 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-03 10:58:22 +0000 |
commit | e558e86d7401239a9ba369bfac298bdead236ecc (patch) | |
tree | 89b103e501add373ec4e430c508c3954384b8130 /test/hal/testbuild/Makefile | |
parent | 8b133b8c181b0a0a5ba9e1f255c36a3b546c750c (diff) | |
download | ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.tar.gz ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.tar.bz2 ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9233 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/hal/testbuild/Makefile')
-rw-r--r-- | test/hal/testbuild/Makefile | 4 |
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
|