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 8b1e77a commit ad4ab2cCopy full SHA for ad4ab2c
tools/export/makefile/Makefile.tmpl
@@ -58,9 +58,7 @@ 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
+LINKER_SCRIPT ?= {{linker_script}}
64
{%- block additional_variables -%}{% endblock %}
65
66
# Objects and Paths
0 commit comments