Rtos API example

mbed-os/tools/export/mcuxpresso/makefile.targets.tmpl

Committer:
marcozecchini
Date:
2019-02-23
Revision:
0:9fca2b23d0ba

File content as of revision 0:9fca2b23d0ba:

# 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 %}