aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/TEENSY3_x/ADC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/KINETIS/TEENSY3_x/ADC/Makefile')
-rw-r--r--testhal/KINETIS/TEENSY3_x/ADC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/KINETIS/TEENSY3_x/ADC/Makefile b/testhal/KINETIS/TEENSY3_x/ADC/Makefile
index 2bd200d..57d8b48 100644
--- a/testhal/KINETIS/TEENSY3_x/ADC/Makefile
+++ b/testhal/KINETIS/TEENSY3_x/ADC/Makefile
@@ -103,7 +103,7 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
# Define linker script file here
-LDSCRIPT= $(STARTUPLD)/MK20DX256.ld
+LDSCRIPT= $(STARTUPLD_CONTRIB)/MK20DX256.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.