mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

tools/export/sw4stm32/makefile.targets.tmpl

Committer:
be_bryan
Date:
2017-12-11
Revision:
0:b74591d5ab33

File content as of revision 0:b74591d5ab33:

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

PREPROC_CMD ?= {{cpp_cmd}}

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

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

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

{% endfor %}