FreeCalypso > hg > fc-magnetite
comparison makefile-frags/link-steps @ 61:dba3f097489e
makefile-frags: initial concept
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 01 Oct 2016 01:28:01 +0000 |
| parents | |
| children | 065aacae8b37 |
comparison
equal
deleted
inserted
replaced
| 60:f4eeab478bfe | 61:dba3f097489e |
|---|---|
| 1 str2ind.obj: str2ind.c | |
| 2 ../toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw str2ind.c | |
| 3 | |
| 4 link.cmd: ${LINK_SCRIPT_SRC} Makefile lcfgen | |
| 5 perl ../scripts/ti/make-cmd.pl lcfgen $@ 0 ${LINK_SCRIPT_SRC} \ | |
| 6 ${SPECIAL_LINK_LIBS} | |
| 7 | |
| 8 gsm-fw.out: ${LIBS} str2ind.obj link.cmd | |
| 9 ../toolwrap/vlnk470 -farcall -x -o $@ -m gsm-fw.map $^ | |
| 10 | |
| 11 gsm-fw.m0: gsm-fw.out | |
| 12 ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 gsm-fw.out | |
| 13 | |
| 14 gsm-fw.bin: gsm-fw.m0 | |
| 15 mokosrec2bin gsm-fw.m0 $@ FF | |
| 16 |
