aboutsummaryrefslogtreecommitdiffstats
path: root/demos/rt/RT-SPC56EC-EVB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/rt/RT-SPC56EC-EVB/Makefile')
-rw-r--r--demos/rt/RT-SPC56EC-EVB/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/rt/RT-SPC56EC-EVB/Makefile b/demos/rt/RT-SPC56EC-EVB/Makefile
index bd8d1bdb0..9e22b5f89 100644
--- a/demos/rt/RT-SPC56EC-EVB/Makefile
+++ b/demos/rt/RT-SPC56EC-EVB/Makefile
@@ -23,6 +23,11 @@ ifeq ($(USE_LINK_GC),)
USE_LINK_GC = yes
endif
+# Linker extra options here.
+ifeq ($(USE_LDOPT),)
+ USE_LDOPT =
+endif
+
# Enable this if you want link time optimizations (LTO)
ifeq ($(USE_LTO),)
USE_LTO = no