Files
mbed-os-hardfp/tools/export/makefile/make-arm.tmpl
2026-06-01 20:15:04 +03:00

9 lines
180 B
Cheetah

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