annotate makefile-frags/link-steps @ 63:065aacae8b37

makefile-frags/link-steps: it's make_cmd.pl, not make-cmd.pl
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2016 03:30:53 +0000
parents dba3f097489e
children 84f4a04fde24
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 gsm-fw.out: ${LIBS} str2ind.obj link.cmd
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 ../toolwrap/vlnk470 -farcall -x -o $@ -m gsm-fw.map $^
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 gsm-fw.m0: gsm-fw.out
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 gsm-fw.out
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 gsm-fw.bin: gsm-fw.m0
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 mokosrec2bin gsm-fw.m0 $@ FF
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16