FreeCalypso > hg > fc-magnetite
annotate makefile-frags/m0-to-bin-c139 @ 248:35b17d54773d
helpers: build-date helper program written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 03 Aug 2017 04:24:06 +0000 |
parents | 46d9d68a3911 |
children | a6a0102cb95f |
rev | line source |
---|---|
88
46d9d68a3911
top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 fwimage.intbin: fwimage.m0 |
46d9d68a3911
top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 mokosrec2bin $< $@ FF |
46d9d68a3911
top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 |
46d9d68a3911
top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 fwimage.bin: fwimage.intbin |
46d9d68a3911
top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 dd if=$< of=$@ bs=65536 skip=1 |
46d9d68a3911
top Makefile: support building flash images for the C139
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 |