BA
/
BaBoRo_test2
Backup 1
Diff: mbed-os/tools/export/sw4stm32/makefile.targets.tmpl
- Revision:
- 0:02dd72d1d465
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os/tools/export/sw4stm32/makefile.targets.tmpl Tue Apr 24 11:45:18 2018 +0000 @@ -0,0 +1,16 @@ +# 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 %}