Clone of official tools

Committer:
Anders Blomdell
Date:
Thu Feb 04 17:17:13 2021 +0100
Revision:
47:21ae3e5a7128
Parent:
43:2a7da56ebd24
Add a few normpath calls

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 43:2a7da56ebd24 6 {% for config, opts in options.items() %}
theotherjimmy 40:7d3fa6b99b2b 7 $(RM) {{opts['ld']['script']}}
theotherjimmy 40:7d3fa6b99b2b 8 {% endfor %}
theotherjimmy 40:7d3fa6b99b2b 9
theotherjimmy 43:2a7da56ebd24 10 {% for config, opts in options.items() %}
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 %}