2018-02-15 04:24:01 +00:00
|
|
|
# DO NOT REMOVE! Generated by the GNU ARM Eclipse exporter from an Mbed project.
|
2017-01-20 19:21:06 +00:00
|
|
|
|
|
|
|
mbedclean:
|
2017-01-27 07:58:05 +00:00
|
|
|
$(RM) $(OBJS)
|
|
|
|
$(RM) $(CC_DEPS)$(C++_DEPS)$(C_UPPER_DEPS)$(CXX_DEPS)$(ASM_DEPS)$(S_UPPER_DEPS)$(C_DEPS)$(CPP_DEPS)
|
2017-03-29 19:48:46 +00:00
|
|
|
$(RM) $(SECONDARY_FLASH)$(SECONDARY_SIZE) {{name}}.* linker-script-*.ld
|
|
|
|
-@echo ' '
|
|
|
|
|
2018-01-12 21:46:44 +00:00
|
|
|
{% for config, data in options.items() %}
|
2017-03-29 19:48:46 +00:00
|
|
|
linker-script-{{config}}.ld: ../{{ld_script}}
|
|
|
|
{{data.cpp_cmd}} {{data.ld.other}} $< -o $@
|
|
|
|
{{name}}.elf: linker-script-{{config}}.ld
|
|
|
|
{% endfor %}
|