FreeCalypso > hg > fc-magnetite
annotate makefile-frags/m0-to-bin-c139 @ 146:fb95e3f83dc5
imported PWR source: s/ANALOG/ANLG_FAM/ for TCS211 environment
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sun, 09 Oct 2016 06:06:04 +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 | 
