aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-11-28 18:18:53 -0500
committerClyne Sullivan <clyne@bitgloo.com>2020-11-28 18:18:53 -0500
commitc4e8f26cbbedb85f402b3a7a0270235c29801f91 (patch)
tree72e808991922c3aaead8c9e969936c6ef54ff1e6 /Makefile
parent1ee366f3b37d03df72afd78b9816d0c99796d973 (diff)
customize link script to remove heap section
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.