aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efef021..128703d 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,8 @@ include $(CHIBIOS)/tools/mk/autobuild.mk
#include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
-LDSCRIPT= $(STARTUPLD)/STM32L011x4.ld
+#LDSCRIPT= $(STARTUPLD)/STM32L011x4.ld
+LDSCRIPT= ./STM32L011x4.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.