diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-02 00:19:42 +0200 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-02 10:47:02 +0200 |
commit | aa0e99b2a83e5e37e3a02a2e0112dd631e753373 (patch) | |
tree | 4c6308c7cd324fbba53500e38ab2315937921fb0 /testhal/KINETIS/FRDM-K20D50M/I2C/Makefile | |
parent | 30e0c775b75f96b9ea8f89792b49e45215b2b595 (diff) | |
download | ChibiOS-Contrib-aa0e99b2a83e5e37e3a02a2e0112dd631e753373.tar.gz ChibiOS-Contrib-aa0e99b2a83e5e37e3a02a2e0112dd631e753373.tar.bz2 ChibiOS-Contrib-aa0e99b2a83e5e37e3a02a2e0112dd631e753373.zip |
Kinetis testhal fixes
Diffstat (limited to 'testhal/KINETIS/FRDM-K20D50M/I2C/Makefile')
-rw-r--r-- | testhal/KINETIS/FRDM-K20D50M/I2C/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/KINETIS/FRDM-K20D50M/I2C/Makefile b/testhal/KINETIS/FRDM-K20D50M/I2C/Makefile index 680cec2..cca5252 100644 --- a/testhal/KINETIS/FRDM-K20D50M/I2C/Makefile +++ b/testhal/KINETIS/FRDM-K20D50M/I2C/Makefile @@ -94,7 +94,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
@@ -104,7 +104,7 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk # Other files (optional).
# 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.
|