Skip to content

Commit f8fe7d5

Browse files
Max Vilimpocadbridge
authored andcommitted
Allow user overrides of LINKER_SCRIPT Make variable
1 parent ad4ab2c commit f8fe7d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/export/makefile/Makefile.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ PROJECT := {{name}}
5555
{% endfor %}
5656
LIBRARY_PATHS :={% for p in library_paths %} {{user_library_flag}}{{p}} {% endfor %}
5757
LIBRARIES :={% for lib in libraries %} {{lib}} {% endfor %}
58-
59-
# Allow user overrides of LINKER_SCRIPT from the command line, useful
60-
# if user wants to reserve specific flash areas for production config data
6158
LINKER_SCRIPT ?= {{linker_script}}
6259
{%- block additional_variables -%}{% endblock %}
6360

0 commit comments

Comments
 (0)