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 88b1f49 commit 0fb7476Copy full SHA for 0fb7476
tools/export/makefile/Makefile.tmpl
@@ -55,7 +55,7 @@ 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
-LINKER_SCRIPT := {{linker_script}}
+LINKER_SCRIPT ?= {{linker_script}}
59
{%- block additional_variables -%}{% endblock %}
60
61
# Objects and Paths
0 commit comments