diff options
Diffstat (limited to 'testhal/SPC560Pxx/PWM-ICU/Makefile')
-rw-r--r-- | testhal/SPC560Pxx/PWM-ICU/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/SPC560Pxx/PWM-ICU/Makefile b/testhal/SPC560Pxx/PWM-ICU/Makefile index ed51f07b7..4d69bc950 100644 --- a/testhal/SPC560Pxx/PWM-ICU/Makefile +++ b/testhal/SPC560Pxx/PWM-ICU/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
|