aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC560B-GCC
diff options
context:
space:
mode:
Diffstat (limited to 'demos/PPC-SPC560B-GCC')
-rw-r--r--demos/PPC-SPC560B-GCC/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/PPC-SPC560B-GCC/Makefile b/demos/PPC-SPC560B-GCC/Makefile
index 67a818a04..1a594e5e6 100644
--- a/demos/PPC-SPC560B-GCC/Makefile
+++ b/demos/PPC-SPC560B-GCC/Makefile
@@ -23,6 +23,11 @@ ifeq ($(USE_LINK_GC),)
USE_LINK_GC = yes
endif
+# Linker options here.
+ifeq ($(USE_LDOPT),)
+ USE_LDOPT =
+endif
+
# If enabled, this option allows to compile the application in VLE mode.
ifeq ($(USE_VLE),)
USE_VLE = yes