mbed-os/tools/export/makefile/make-armc5.tmpl

9 lines
180 B
Cheetah

{% extends "makefile/Makefile.tmpl" %}
{% block elf2bin %}
$(ELF2BIN) --bin --output $@ $<
{%- endblock %}
{% block elf2hex %}
$(ELF2BIN) --i32 --output $@ $<
{%- endblock %}