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-KL26Z/PWM/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/KINETIS/FRDM-KL26Z/PWM/Makefile') 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. -- cgit v1.2.3