FreeCalypso > hg > fc-magnetite
annotate makefile-frags/m0-to-bin-c139 @ 104:27a4235405c6
src/g23m-gsm: import from LoCosto source
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Tue, 04 Oct 2016 18:24:05 +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 | 
