diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-07-07 08:37:51 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-07-07 08:37:51 +0000 |
commit | c7a343c1721124be84ce84fd8d60c95da86172e4 (patch) | |
tree | d9d97f4c5d406248d1e08400a019fc08ff788a0a /test/hal/testbuild/Makefile | |
parent | 53055a4b73bdad4f7c0e8b0bfbe34fdffc70361e (diff) | |
download | ChibiOS-c7a343c1721124be84ce84fd8d60c95da86172e4.tar.gz ChibiOS-c7a343c1721124be84ce84fd8d60c95da86172e4.tar.bz2 ChibiOS-c7a343c1721124be84ce84fd8d60c95da86172e4.zip |
QSPI templates.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9685 35acf78f-673a-0410-8e92-d51de3d6d3f4
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).
|