aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/FRDM-K20D50M/USB_SERIAL/Makefile
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-02 00:19:42 +0200
committerFabien Poussin <fabien.poussin@gmail.com>2019-10-02 10:47:02 +0200
commitaa0e99b2a83e5e37e3a02a2e0112dd631e753373 (patch)
tree4c6308c7cd324fbba53500e38ab2315937921fb0 /testhal/KINETIS/FRDM-K20D50M/USB_SERIAL/Makefile
parent30e0c775b75f96b9ea8f89792b49e45215b2b595 (diff)
downloadChibiOS-Contrib-aa0e99b2a83e5e37e3a02a2e0112dd631e753373.tar.gz
ChibiOS-Contrib-aa0e99b2a83e5e37e3a02a2e0112dd631e753373.tar.bz2
ChibiOS-Contrib-aa0e99b2a83e5e37e3a02a2e0112dd631e753373.zip
Kinetis testhal fixes
Diffstat (limited to 'testhal/KINETIS/FRDM-K20D50M/USB_SERIAL/Makefile')
-rw-r--r--testhal/KINETIS/FRDM-K20D50M/USB_SERIAL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/KINETIS/FRDM-K20D50M/USB_SERIAL/Makefile b/testhal/KINETIS/FRDM-K20D50M/USB_SERIAL/Makefile
index b5f0a0e..561a94c 100644
--- a/testhal/KINETIS/FRDM-K20D50M/USB_SERIAL/Makefile
+++ b/testhal/KINETIS/FRDM-K20D50M/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_k20x5.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/K20x/platform.mk
include $(CHIBIOS_CONTRIB)/os/hal/boards/FREESCALE_FREEDOM_K20D50M/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
@@ -108,7 +108,7 @@ include $(CHIBIOS)/os/hal/lib/streams/streams.mk
include $(CHIBIOS)/os/various/shell/shell.mk
# Define linker script file here
-LDSCRIPT= $(STARTUPLD)/MK20DX128.ld
+LDSCRIPT= $(STARTUPLD_CONTRIB)/MK20DX128.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.