Clone of official tools
export/mcuxpresso/makefile.targets.tmpl@40:7d3fa6b99b2b, 2017-10-10 (annotated)
- Committer:
- theotherjimmy
- Date:
- Tue Oct 10 16:56:30 2017 -0500
- Revision:
- 40:7d3fa6b99b2b
- Child:
- 43:2a7da56ebd24
Update to tools release 5.6.1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
theotherjimmy |
40:7d3fa6b99b2b | 1 | # DO NOT REMOVE! Generated by the MCUXpresso exporter from an mBed project. |
theotherjimmy |
40:7d3fa6b99b2b | 2 | |
theotherjimmy |
40:7d3fa6b99b2b | 3 | mbedclean: |
theotherjimmy |
40:7d3fa6b99b2b | 4 | $(RM) $(OBJS) |
theotherjimmy |
40:7d3fa6b99b2b | 5 | $(RM) $(CC_DEPS)$(C++_DEPS)$(C_UPPER_DEPS)$(CXX_DEPS)$(C_DEPS)$(CPP_DEPS) |
theotherjimmy |
40:7d3fa6b99b2b | 6 | $(RM) $(EXECUTABLES) {{name}}.* linker-script-*.ld |
theotherjimmy |
40:7d3fa6b99b2b | 7 | -@echo ' ' |
theotherjimmy |
40:7d3fa6b99b2b | 8 | |
theotherjimmy |
40:7d3fa6b99b2b | 9 | {% for config, data in options.iteritems() %} |
theotherjimmy |
40:7d3fa6b99b2b | 10 | linker-script-{{config}}.ld: ../{{ld_script}} |
theotherjimmy |
40:7d3fa6b99b2b | 11 | {{data.cpp_cmd}} {{data.ld.other}} $< -o $@ |
theotherjimmy |
40:7d3fa6b99b2b | 12 | {{name}}.elf: linker-script-{{config}}.ld |
theotherjimmy |
40:7d3fa6b99b2b | 13 | {% endfor %} |