Newer
Older
mbed-os / tools / export / makefile / make-arm.tmpl
@Jimmy Brisson Jimmy Brisson on 11 Sep 2017 180 bytes Genericify arm compiler exporter to versions 5 + 6
{% extends "makefile/Makefile.tmpl" %}

{% block elf2bin %}
	$(ELF2BIN) --bin --output $@ $< 
{%- endblock %}

{% block elf2hex %}
	$(ELF2BIN) --i32 --output $@ $< 
{%- endblock %}