Import Mbed OS hard-float snapshot
This commit is contained in:
9
tools/export/makefile/make-arm.tmpl
Normal file
9
tools/export/makefile/make-arm.tmpl
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "makefile/Makefile.tmpl" %}
|
||||
|
||||
{% block elf2bin %}
|
||||
$(ELF2BIN) --bin --output $@ $<
|
||||
{%- endblock %}
|
||||
|
||||
{% block elf2hex %}
|
||||
$(ELF2BIN) --i32 --output $@ $<
|
||||
{%- endblock %}
|
||||
Reference in New Issue
Block a user