FreeCalypso > hg > fc-selenite
comparison tms470/makefile-frags/link-steps @ 145:d606941f1286
tms470/makefile-frags/link-steps: emit target name and source version
into the firmware version ID string
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 06 Feb 2019 22:22:39 +0000 |
parents | 5ba0bee90efa |
children |
comparison
equal
deleted
inserted
replaced
144:2c7f62ceb4ac | 145:d606941f1286 |
---|---|
1 build_date.c: ${LIBS} | 1 build_date.c: ${LIBS} |
2 ../helpers/build-date ${CONFIG_NAME} > $@ | 2 ../helpers/build-date ${CONFIG_NAME} ${TARGET} \ |
3 `../scripts/src-version.sh` > $@ | |
3 | 4 |
4 build_date.obj: build_date.c | 5 build_date.obj: build_date.c |
5 ../tms470/toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw build_date.c | 6 ../tms470/toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw build_date.c |
6 | 7 |
7 link.cmd: ${LINK_SCRIPT_SRC} Makefile lcfgen | 8 link.cmd: ${LINK_SCRIPT_SRC} Makefile lcfgen |