Clone of official tools

Committer:
The Other Jimmy
Date:
Thu Jun 22 11:12:28 2017 -0500
Revision:
36:96847d42f010
Child:
43:2a7da56ebd24
Tools release 5.5.1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
The Other Jimmy 36:96847d42f010 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
The Other Jimmy 36:96847d42f010 9 {% for config, data in options.iteritems() %}
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 %}