aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/TEENSY3_x
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/KINETIS/TEENSY3_x')
-rw-r--r--testhal/KINETIS/TEENSY3_x/ADC/Makefile2
-rw-r--r--testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile2
-rw-r--r--testhal/KINETIS/TEENSY3_x/EXT/Makefile2
-rw-r--r--testhal/KINETIS/TEENSY3_x/GPT/Makefile2
-rw-r--r--testhal/KINETIS/TEENSY3_x/PWM/Makefile2
-rw-r--r--testhal/KINETIS/TEENSY3_x/SERIAL/Makefile2
-rw-r--r--testhal/KINETIS/TEENSY3_x/USB_SERIAL/Makefile2
7 files changed, 7 insertions, 7 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.
diff --git a/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile b/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile
index cc6ba6f..45eb06c 100644
--- a/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile
+++ b/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/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.
diff --git a/testhal/KINETIS/TEENSY3_x/EXT/Makefile b/testhal/KINETIS/TEENSY3_x/EXT/Makefile
index 2bd200d..57d8b48 100644
--- a/testhal/KINETIS/TEENSY3_x/EXT/Makefile
+++ b/testhal/KINETIS/TEENSY3_x/EXT/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.
diff --git a/testhal/KINETIS/TEENSY3_x/GPT/Makefile b/testhal/KINETIS/TEENSY3_x/GPT/Makefile
index 2bd200d..57d8b48 100644
--- a/testhal/KINETIS/TEENSY3_x/GPT/Makefile
+++ b/testhal/KINETIS/TEENSY3_x/GPT/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.
diff --git a/testhal/KINETIS/TEENSY3_x/PWM/Makefile b/testhal/KINETIS/TEENSY3_x/PWM/Makefile
index 2bd200d..57d8b48 100644
--- a/testhal/KINETIS/TEENSY3_x/PWM/Makefile
+++ b/testhal/KINETIS/TEENSY3_x/PWM/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.
diff --git a/testhal/KINETIS/TEENSY3_x/SERIAL/Makefile b/testhal/KINETIS/TEENSY3_x/SERIAL/Makefile
index 2bd200d..57d8b48 100644
--- a/testhal/KINETIS/TEENSY3_x/SERIAL/Makefile
+++ b/testhal/KINETIS/TEENSY3_x/SERIAL/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.
diff --git a/testhal/KINETIS/TEENSY3_x/USB_SERIAL/Makefile b/testhal/KINETIS/TEENSY3_x/USB_SERIAL/Makefile
index 7ea863d..79e1a74 100644
--- a/testhal/KINETIS/TEENSY3_x/USB_SERIAL/Makefile
+++ b/testhal/KINETIS/TEENSY3_x/USB_SERIAL/Makefile
@@ -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)/MK20DX256.ld
+LDSCRIPT= $(STARTUPLD_CONTRIB)/MK20DX256.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.