mirror of https://github.com/ARMmbed/mbed-os.git
17 lines
394 B
Cheetah
17 lines
394 B
Cheetah
# 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 %}
|