diff options
Diffstat (limited to 'testhal/KINETIS/TEENSY_LC')
-rw-r--r-- | testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile | 2 | ||||
-rw-r--r-- | testhal/KINETIS/TEENSY_LC/PWM/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile b/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile index 9c315dd..26ab04d 100644 --- a/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile +++ b/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile @@ -103,7 +103,7 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v6m.mk # Other files (optional). # Define linker script file here -LDSCRIPT= $(STARTUPLD)/MKL26Z64.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL26Z64.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/TEENSY_LC/PWM/Makefile b/testhal/KINETIS/TEENSY_LC/PWM/Makefile index 9c315dd..26ab04d 100644 --- a/testhal/KINETIS/TEENSY_LC/PWM/Makefile +++ b/testhal/KINETIS/TEENSY_LC/PWM/Makefile @@ -103,7 +103,7 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v6m.mk # Other files (optional). # Define linker script file here -LDSCRIPT= $(STARTUPLD)/MKL26Z64.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL26Z64.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. |