Clone of official tools
export/mcuxpresso/makefile.targets.tmpl@47:21ae3e5a7128, 2021-02-04 (annotated)
- Committer:
- Anders Blomdell
- Date:
- Thu Feb 04 17:17:13 2021 +0100
- Revision:
- 47:21ae3e5a7128
- Parent:
- 43:2a7da56ebd24
Add a few normpath calls
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 |
43:2a7da56ebd24 | 9 | {% for config, data in options.items() %} |
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 %} |