Clone of official tools

export/mcuxpresso/makefile.targets.tmpl

Committer:
theotherjimmy
Date:
2017-10-10
Revision:
40:7d3fa6b99b2b
Child:
43:2a7da56ebd24

File content as of revision 40:7d3fa6b99b2b:

# DO NOT REMOVE! Generated by the MCUXpresso exporter from an mBed project.

mbedclean:
	$(RM) $(OBJS)
	$(RM) $(CC_DEPS)$(C++_DEPS)$(C_UPPER_DEPS)$(CXX_DEPS)$(C_DEPS)$(CPP_DEPS)
	$(RM) $(EXECUTABLES) {{name}}.* linker-script-*.ld
	-@echo ' '

{% for config, data in options.iteritems() %}
linker-script-{{config}}.ld: ../{{ld_script}}
	{{data.cpp_cmd}} {{data.ld.other}} $< -o $@
{{name}}.elf: linker-script-{{config}}.ld
{% endfor %}