Clone of official tools
export/makefile/make-iar.tmpl@47:21ae3e5a7128, 2021-02-04 (annotated)
- Committer:
- Anders Blomdell
- Date:
- Thu Feb 04 17:17:13 2021 +0100
- Revision:
- 47:21ae3e5a7128
- Parent:
- 31:8ea194f6145b
Add a few normpath calls
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
The Other Jimmy |
31:8ea194f6145b | 1 | {% extends "makefile/Makefile.tmpl" %} |
The Other Jimmy |
31:8ea194f6145b | 2 | |
The Other Jimmy |
31:8ea194f6145b | 3 | {% block elf2bin %} |
The Other Jimmy |
31:8ea194f6145b | 4 | $(ELF2BIN) --bin $< $@ |
The Other Jimmy |
31:8ea194f6145b | 5 | {%- endblock %} |
The Other Jimmy |
31:8ea194f6145b | 6 | |
The Other Jimmy |
31:8ea194f6145b | 7 | {% block elf2hex %} |
The Other Jimmy |
31:8ea194f6145b | 8 | $(ELF2BIN) --ihex $< $@ |
The Other Jimmy |
31:8ea194f6145b | 9 | {%- endblock %} |