Clone of official tools

Committer:
theotherjimmy
Date:
Tue Oct 10 16:56:30 2017 -0500
Revision:
40:7d3fa6b99b2b
Child:
43:2a7da56ebd24
Update to tools release 5.6.1

Who changed what in which revision?

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