Kinetis linker files path

This commit is contained in:
Fabien Poussin 2019-10-02 10:38:10 +02:00
parent f1dce4dc14
commit d2402f9f83
21 changed files with 21 additions and 21 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.