annotate tms470/makefile-frags/link-steps @ 124:4238e3220682

doc/Compiling: updated for C155 support, RVTMUX_ON_MODEM config var and new FC host tools
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 07 Nov 2018 09:34:02 +0000
parents 5ba0bee90efa
children d606941f1286
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
42
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 build_date.c: ${LIBS}
106
5ba0bee90efa build system: new configuration naming mechanism
Mychaela Falconia <falcon@freecalypso.org>
parents: 43
diff changeset
2 ../helpers/build-date ${CONFIG_NAME} > $@
42
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 build_date.obj: build_date.c
43
68ffaa96dea3 tms470/makefile-frags: changes for Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents: 42
diff changeset
5 ../tms470/toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw build_date.c
42
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 link.cmd: ${LINK_SCRIPT_SRC} Makefile lcfgen
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${LINK_SCRIPT_SRC} \
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 ${SPECIAL_LINK_LIBS}
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
43
68ffaa96dea3 tms470/makefile-frags: changes for Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents: 42
diff changeset
11 fwimage.out: ${LIBS} build_date.obj link.cmd
68ffaa96dea3 tms470/makefile-frags: changes for Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents: 42
diff changeset
12 ../tms470/toolwrap/vlnk470 -farcall -x -o $@ -m fwimage.map $^
42
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 fwimage.m0: fwimage.out
43
68ffaa96dea3 tms470/makefile-frags: changes for Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents: 42
diff changeset
15 ../tms470/toolwrap/hex470 -m -memwidth 16 -romwidth 16 $<
42
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16