Backup 1

Committer:
borlanic
Date:
Tue Apr 24 11:45:18 2018 +0000
Revision:
0:02dd72d1d465
BaBoRo_test2 - backup 1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
borlanic 0:02dd72d1d465 1 # DO NOT REMOVE! Generated by the SW4STM32 exporter from the mbed project.
borlanic 0:02dd72d1d465 2
borlanic 0:02dd72d1d465 3 PREPROC_CMD ?= {{cpp_cmd}}
borlanic 0:02dd72d1d465 4
borlanic 0:02dd72d1d465 5 ldclean:
borlanic 0:02dd72d1d465 6 {% for config, opts in options.items() %}
borlanic 0:02dd72d1d465 7 $(RM) {{opts['ld']['script']}}
borlanic 0:02dd72d1d465 8 {% endfor %}
borlanic 0:02dd72d1d465 9
borlanic 0:02dd72d1d465 10 {% for config, opts in options.items() %}
borlanic 0:02dd72d1d465 11 {{opts['ld']['script']}}: ../{{ld_script}}
borlanic 0:02dd72d1d465 12 $(PREPROC_CMD) {{opts.ld.other}} $< -o $@
borlanic 0:02dd72d1d465 13
borlanic 0:02dd72d1d465 14 {{name}}-{{config}}.elf: {{opts['ld']['script']}}
borlanic 0:02dd72d1d465 15
borlanic 0:02dd72d1d465 16 {% endfor %}