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 1230b0d commit 8b1e77aCopy full SHA for 8b1e77a
tools/export/makefile/Makefile.tmpl
@@ -55,7 +55,12 @@ 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
+ifndef $(LINKER_SCRIPT)
62
LINKER_SCRIPT := {{linker_script}}
63
+endif
64
{%- block additional_variables -%}{% endblock %}
65
66
# Objects and Paths
0 commit comments