2018-08-28 17:56:33 +00:00
|
|
|
# DO NOT REMOVE! Generated by the MCUXpresso exporter from an Arm Mbed project.
|
2017-09-01 07:41:12 +00:00
|
|
|
|
|
|
|
mbedclean:
|
|
|
|
$(RM) $(OBJS)
|
|
|
|
$(RM) $(CC_DEPS)$(C++_DEPS)$(C_UPPER_DEPS)$(CXX_DEPS)$(C_DEPS)$(CPP_DEPS)
|
|
|
|
$(RM) $(EXECUTABLES) {{name}}.* linker-script-*.ld
|
|
|
|
-@echo ' '
|
|
|
|
|
2018-01-12 21:46:44 +00:00
|
|
|
{% for config, data in options.items() %}
|
2017-09-01 07:41:12 +00:00
|
|
|
linker-script-{{config}}.ld: ../{{ld_script}}
|
|
|
|
{{data.cpp_cmd}} {{data.ld.other}} $< -o $@
|
|
|
|
{{name}}.elf: linker-script-{{config}}.ld
|
|
|
|
{% endfor %}
|