aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-02 13:19:29 +0200
committerFabien Poussin <fabien.poussin@gmail.com>2019-10-02 13:19:29 +0200
commitb4c285b788290a56530f1eeb948a80fb77d14716 (patch)
tree0ee8a9d03ae6f4e805028e8ae12e080a1f31494f /testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile
parent2e17d54017ef2eb2b31a1ed239ad9ebbfda2936a (diff)
downloadChibiOS-Contrib-b4c285b788290a56530f1eeb948a80fb77d14716.tar.gz
ChibiOS-Contrib-b4c285b788290a56530f1eeb948a80fb77d14716.tar.bz2
ChibiOS-Contrib-b4c285b788290a56530f1eeb948a80fb77d14716.zip
Kinetis testhal fixes
Diffstat (limited to 'testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile')
-rw-r--r--testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile
index 6beb72b..86fe102 100644
--- a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile
+++ b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile
@@ -93,7 +93,7 @@ include $(CHIBIOS)/os/license/license.mk
# Startup files.
include $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_kl2x.mk
# HAL-OSAL files (optional).
-include $(CHIBIOS)/os/hal/hal.mk
+include $(CHIBIOS_CONTRIB)/os/hal/hal.mk
include $(CHIBIOS_CONTRIB)/os/hal/ports/KINETIS/KL2x/platform.mk
include $(CHIBIOS_CONTRIB)/os/hal/boards/FREESCALE_FREEDOM_KL25Z/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk