Clone of official tools

Committer:
theotherjimmy
Date:
Tue Sep 25 13:43:09 2018 -0500
Revision:
43:2a7da56ebd24
Parent:
36:96847d42f010
Release 5.10.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
theotherjimmy 43:2a7da56ebd24 1 # DO NOT REMOVE! Generated by the GNU ARM Eclipse exporter from an Mbed project.
The Other Jimmy 36:96847d42f010 2
The Other Jimmy 36:96847d42f010 3 mbedclean:
The Other Jimmy 36:96847d42f010 4 $(RM) $(OBJS)
The Other Jimmy 36:96847d42f010 5 $(RM) $(CC_DEPS)$(C++_DEPS)$(C_UPPER_DEPS)$(CXX_DEPS)$(ASM_DEPS)$(S_UPPER_DEPS)$(C_DEPS)$(CPP_DEPS)
The Other Jimmy 36:96847d42f010 6 $(RM) $(SECONDARY_FLASH)$(SECONDARY_SIZE) {{name}}.* linker-script-*.ld
The Other Jimmy 36:96847d42f010 7 -@echo ' '
The Other Jimmy 36:96847d42f010 8
theotherjimmy 43:2a7da56ebd24 9 {% for config, data in options.items() %}
The Other Jimmy 36:96847d42f010 10 linker-script-{{config}}.ld: ../{{ld_script}}
The Other Jimmy 36:96847d42f010 11 {{data.cpp_cmd}} {{data.ld.other}} $< -o $@
The Other Jimmy 36:96847d42f010 12 {{name}}.elf: linker-script-{{config}}.ld
The Other Jimmy 36:96847d42f010 13 {% endfor %}