FreeCalypso > hg > fc-magnetite
comparison makefile-frags/ram-link-steps @ 250:9432dd63626b
firmware ident and build date mechanism implemented at the build level
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 03 Aug 2017 04:59:47 +0000 |
| parents | 6475bde1b170 |
| children |
comparison
equal
deleted
inserted
replaced
| 249:17f3647752ba | 250:9432dd63626b |
|---|---|
| 2 | 2 |
| 3 link_ram.cmd: ${RAM_LINK_SCRIPT_SRC} Makefile lcfgen | 3 link_ram.cmd: ${RAM_LINK_SCRIPT_SRC} Makefile lcfgen |
| 4 perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${RAM_LINK_SCRIPT_SRC} \ | 4 perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${RAM_LINK_SCRIPT_SRC} \ |
| 5 ${SPECIAL_LINK_LIBS} | 5 ${SPECIAL_LINK_LIBS} |
| 6 | 6 |
| 7 ramimage.out: ${LIBS} str2ind.obj link_ram.cmd | 7 ramimage.out: ${LIBS} build_date.obj str2ind.obj link_ram.cmd |
| 8 ../toolwrap/vlnk470 -farcall -x -o $@ -m ramimage.map $^ | 8 ../toolwrap/vlnk470 -farcall -x -o $@ -m ramimage.map $^ |
| 9 | 9 |
| 10 ramimage.m0: ramimage.out | 10 ramimage.m0: ramimage.out |
| 11 ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 $< | 11 ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 $< |
| 12 | 12 |
