From d2402f9f83143e1f9a090f11583d5c1b2da399e3 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Wed, 2 Oct 2019 10:38:10 +0200 Subject: Kinetis linker files path --- testhal/KINETIS/FRDM-KL25Z/ADC/Makefile | 2 +- testhal/KINETIS/FRDM-KL25Z/GPT/Makefile | 2 +- testhal/KINETIS/FRDM-KL25Z/PWM/Makefile | 2 +- testhal/KINETIS/FRDM-KL25Z/USB_HID/Makefile | 2 +- testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile | 2 +- testhal/KINETIS/FRDM-KL26Z/I2C/Makefile | 2 +- testhal/KINETIS/FRDM-KL26Z/PWM/Makefile | 2 +- testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/Makefile | 2 +- testhal/KINETIS/KL27Z/BLINK/Makefile | 2 +- testhal/KINETIS/MCHCK/BOOTLOADER/Makefile | 2 +- testhal/KINETIS/MCHCK/PWM/Makefile | 2 +- testhal/KINETIS/MCHCK/USB_SERIAL/Makefile | 2 +- testhal/KINETIS/TEENSY3_x/ADC/Makefile | 2 +- testhal/KINETIS/TEENSY3_x/EEPROM_EMU/Makefile | 2 +- testhal/KINETIS/TEENSY3_x/EXT/Makefile | 2 +- testhal/KINETIS/TEENSY3_x/GPT/Makefile | 2 +- testhal/KINETIS/TEENSY3_x/PWM/Makefile | 2 +- testhal/KINETIS/TEENSY3_x/SERIAL/Makefile | 2 +- testhal/KINETIS/TEENSY3_x/USB_SERIAL/Makefile | 2 +- testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile | 2 +- testhal/KINETIS/TEENSY_LC/PWM/Makefile | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'testhal') diff --git a/testhal/KINETIS/FRDM-KL25Z/ADC/Makefile b/testhal/KINETIS/FRDM-KL25Z/ADC/Makefile index 582607a..5f4ac09 100644 --- a/testhal/KINETIS/FRDM-KL25Z/ADC/Makefile +++ b/testhal/KINETIS/FRDM-KL25Z/ADC/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)/MKL2xZ128.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL2xZ128.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/FRDM-KL25Z/GPT/Makefile b/testhal/KINETIS/FRDM-KL25Z/GPT/Makefile index 582607a..5f4ac09 100644 --- a/testhal/KINETIS/FRDM-KL25Z/GPT/Makefile +++ b/testhal/KINETIS/FRDM-KL25Z/GPT/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)/MKL2xZ128.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL2xZ128.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/FRDM-KL25Z/PWM/Makefile b/testhal/KINETIS/FRDM-KL25Z/PWM/Makefile index 582607a..5f4ac09 100644 --- a/testhal/KINETIS/FRDM-KL25Z/PWM/Makefile +++ b/testhal/KINETIS/FRDM-KL25Z/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)/MKL2xZ128.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL2xZ128.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/FRDM-KL25Z/USB_HID/Makefile b/testhal/KINETIS/FRDM-KL25Z/USB_HID/Makefile index ebfc4e9..442a8be 100644 --- a/testhal/KINETIS/FRDM-KL25Z/USB_HID/Makefile +++ b/testhal/KINETIS/FRDM-KL25Z/USB_HID/Makefile @@ -107,7 +107,7 @@ include $(CHIBIOS)/test/oslib/oslib_test.mk include $(CHIBIOS)/os/hal/lib/streams/streams.mk # Define linker script file here -LDSCRIPT= $(STARTUPLD)/MKL2xZ128.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL2xZ128.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile index a7f6d7a..6beb72b 100644 --- a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile +++ b/testhal/KINETIS/FRDM-KL25Z/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)/MKL2xZ128.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL2xZ128.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/FRDM-KL26Z/I2C/Makefile b/testhal/KINETIS/FRDM-KL26Z/I2C/Makefile index dec4107..65a5c36 100644 --- a/testhal/KINETIS/FRDM-KL26Z/I2C/Makefile +++ b/testhal/KINETIS/FRDM-KL26Z/I2C/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)/MKL2xZ128.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL2xZ128.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/FRDM-KL26Z/PWM/Makefile b/testhal/KINETIS/FRDM-KL26Z/PWM/Makefile index dec4107..65a5c36 100644 --- a/testhal/KINETIS/FRDM-KL26Z/PWM/Makefile +++ b/testhal/KINETIS/FRDM-KL26Z/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)/MKL2xZ128.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL2xZ128.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/Makefile b/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/Makefile index bf63a7e..a093dc5 100644 --- a/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/Makefile +++ b/testhal/KINETIS/FRDM-KL26Z/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)/MKL2xZ128.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL2xZ128.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/KL27Z/BLINK/Makefile b/testhal/KINETIS/KL27Z/BLINK/Makefile index 00cab33..1994378 100644 --- a/testhal/KINETIS/KL27Z/BLINK/Makefile +++ b/testhal/KINETIS/KL27Z/BLINK/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)/MKL27Z256.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MKL27Z256.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/MCHCK/BOOTLOADER/Makefile b/testhal/KINETIS/MCHCK/BOOTLOADER/Makefile index 0107abf..965acfd 100644 --- a/testhal/KINETIS/MCHCK/BOOTLOADER/Makefile +++ b/testhal/KINETIS/MCHCK/BOOTLOADER/Makefile @@ -104,7 +104,7 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk # Define linker script file here # Use BLDR4 for a 4k bootloader, BLDR3 for a 3k bootloader -LDSCRIPT= $(STARTUPLD)/MK20DX128BLDR4.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MK20DX128BLDR4.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/MCHCK/PWM/Makefile b/testhal/KINETIS/MCHCK/PWM/Makefile index 0107abf..965acfd 100644 --- a/testhal/KINETIS/MCHCK/PWM/Makefile +++ b/testhal/KINETIS/MCHCK/PWM/Makefile @@ -104,7 +104,7 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk # Define linker script file here # Use BLDR4 for a 4k bootloader, BLDR3 for a 3k bootloader -LDSCRIPT= $(STARTUPLD)/MK20DX128BLDR4.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MK20DX128BLDR4.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. diff --git a/testhal/KINETIS/MCHCK/USB_SERIAL/Makefile b/testhal/KINETIS/MCHCK/USB_SERIAL/Makefile index a95cec4..47bac03 100644 --- a/testhal/KINETIS/MCHCK/USB_SERIAL/Makefile +++ b/testhal/KINETIS/MCHCK/USB_SERIAL/Makefile @@ -109,7 +109,7 @@ include $(CHIBIOS)/os/various/shell/shell.mk # Define linker script file here # Use BLDR4 for a 4k bootloader, BLDR3 for a 3k bootloader -LDSCRIPT= $(STARTUPLD)/MK20DX128BLDR4.ld +LDSCRIPT= $(STARTUPLD_CONTRIB)/MK20DX128BLDR4.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. 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. 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. -- cgit v1.2.3