2017-08-16 06:34:33 +00:00
|
|
|
# DO NOT REMOVE! Generated by the SW4STM32 exporter from the mbed project.
|
|
|
|
|
2017-09-08 11:28:38 +00:00
|
|
|
PREPROC_CMD ?= {{cpp_cmd}}
|
2017-09-06 09:41:11 +00:00
|
|
|
|
2017-09-01 12:10:44 +00:00
|
|
|
ldclean:
|
2018-01-12 21:46:44 +00:00
|
|
|
{% for config, opts in options.items() %}
|
2017-09-01 12:10:44 +00:00
|
|
|
$(RM) {{opts['ld']['script']}}
|
|
|
|
{% endfor %}
|
|
|
|
|
2018-01-12 21:46:44 +00:00
|
|
|
{% for config, opts in options.items() %}
|
2017-08-23 13:22:09 +00:00
|
|
|
{{opts['ld']['script']}}: ../{{ld_script}}
|
2017-09-06 09:41:11 +00:00
|
|
|
$(PREPROC_CMD) {{opts.ld.other}} $< -o $@
|
2017-08-16 06:34:33 +00:00
|
|
|
|
2017-08-23 13:22:09 +00:00
|
|
|
{{name}}-{{config}}.elf: {{opts['ld']['script']}}
|
2017-08-16 06:34:33 +00:00
|
|
|
|
2017-08-23 13:22:09 +00:00
|
|
|
{% endfor %}
|