We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4ab2c commit f8fe7d5Copy full SHA for f8fe7d5
tools/export/makefile/Makefile.tmpl
@@ -55,9 +55,6 @@ PROJECT := {{name}}
55
{% endfor %}
56
LIBRARY_PATHS :={% for p in library_paths %} {{user_library_flag}}{{p}} {% endfor %}
57
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
61
LINKER_SCRIPT ?= {{linker_script}}
62
{%- block additional_variables -%}{% endblock %}
63
0 commit comments