annotate 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
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
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 perl ../scripts/ti/make-cmd.pl lcfgen $@ 0 ${LINK_SCRIPT_SRC} \
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