FreeCalypso > hg > fc-magnetite
annotate makefile-frags/m0-to-bin-c139 @ 467:3285960cc1b9
romvecs-patch: experimental insert code written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Mar 2018 01:18:50 +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 |