the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

export/makefile/make-gcc-arm_nxp.tmpl

Committer:
The Other Jimmy
Date:
2017-01-04
Revision:
32:8ea194f6145b

File content as of revision 32:8ea194f6145b:

{% extends "makefile/make-gcc-arm.tmpl" %}

{% block target_project_elf %}
{{ super() }}
	@echo ""
	@echo "*****"
	@echo "***** You must modify vector checksum value in *.bin and *.hex files."
	@echo "*****"
	@echo ""
{% endblock %}