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