mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

tools/export/mcuxpresso/makefile.targets.tmpl

Committer:
be_bryan
Date:
2017-12-11
Revision:
0:b74591d5ab33

File content as of revision 0:b74591d5ab33:

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