FreeCalypso > hg > fc-magnetite
annotate makefile-frags/link-steps @ 77:3b2d13172b6c
cl_imei.c: implemented new FreeCalypso IMEI finding logic
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 02 Oct 2016 03:48:22 +0000 |
parents | 84f4a04fde24 |
children | 46d9d68a3911 |
rev | line source |
---|---|
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 str2ind.obj: str2ind.c |
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 ../toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw str2ind.c |
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 |
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 link.cmd: ${LINK_SCRIPT_SRC} Makefile lcfgen |
63
065aacae8b37
makefile-frags/link-steps: it's make_cmd.pl, not make-cmd.pl
Mychaela Falconia <falcon@freecalypso.org>
parents:
61
diff
changeset
|
5 perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${LINK_SCRIPT_SRC} \ |
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 ${SPECIAL_LINK_LIBS} |
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 |
64
84f4a04fde24
TI's linker doesn't like hyphens in filenames
Mychaela Falconia <falcon@freecalypso.org>
parents:
63
diff
changeset
|
8 fwimage.out: ${LIBS} str2ind.obj link.cmd |
84f4a04fde24
TI's linker doesn't like hyphens in filenames
Mychaela Falconia <falcon@freecalypso.org>
parents:
63
diff
changeset
|
9 ../toolwrap/vlnk470 -farcall -x -o $@ -m fwimage.map $^ |
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 |
64
84f4a04fde24
TI's linker doesn't like hyphens in filenames
Mychaela Falconia <falcon@freecalypso.org>
parents:
63
diff
changeset
|
11 fwimage.m0: fwimage.out |
84f4a04fde24
TI's linker doesn't like hyphens in filenames
Mychaela Falconia <falcon@freecalypso.org>
parents:
63
diff
changeset
|
12 ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 $< |
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 |
64
84f4a04fde24
TI's linker doesn't like hyphens in filenames
Mychaela Falconia <falcon@freecalypso.org>
parents:
63
diff
changeset
|
14 fwimage.bin: fwimage.m0 |
84f4a04fde24
TI's linker doesn't like hyphens in filenames
Mychaela Falconia <falcon@freecalypso.org>
parents:
63
diff
changeset
|
15 mokosrec2bin $< $@ FF |
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
16 |