Clone of official tools

export/sw4stm32/makefile.targets.tmpl

Committer:
Anders Blomdell
Date:
2021-02-04
Revision:
47:21ae3e5a7128
Parent:
43:2a7da56ebd24

File content as of revision 47:21ae3e5a7128:

# DO NOT REMOVE! Generated by the SW4STM32 exporter from the mbed project.

PREPROC_CMD ?= {{cpp_cmd}}

ldclean:
{% for config, opts in options.items() %}
	$(RM) {{opts['ld']['script']}}
{% endfor %}

{% for config, opts in options.items() %}
{{opts['ld']['script']}}: ../{{ld_script}}
	$(PREPROC_CMD) {{opts.ld.other}} $< -o $@

{{name}}-{{config}}.elf: {{opts['ld']['script']}}

{% endfor %}