# HG changeset patch # User Mychaela Falconia # Date 1475437897 0 # Node ID 6475bde1b17008fe87ff3c8b36085917be41d392 # Parent 40b08f6cb2b82d4c9e6ab3ada7ba57b368c05f8e Building RAM fw images for the Pirelli: finishing touches diff -r 40b08f6cb2b8 -r 6475bde1b170 makefile-frags/clean-always --- a/makefile-frags/clean-always Sun Oct 02 19:32:00 2016 +0000 +++ b/makefile-frags/clean-always Sun Oct 02 19:51:37 2016 +0000 @@ -1,3 +1,3 @@ clean: FRC - rm -f fwimage.* str2ind.obj link.cmd + rm -f fwimage.* ramimage.* str2ind.obj link.cmd link_ram.cmd for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done diff -r 40b08f6cb2b8 -r 6475bde1b170 makefile-frags/ram-link-steps --- a/makefile-frags/ram-link-steps Sun Oct 02 19:32:00 2016 +0000 +++ b/makefile-frags/ram-link-steps Sun Oct 02 19:51:37 2016 +0000 @@ -1,3 +1,5 @@ +ram: ramimage.srec + link_ram.cmd: ${RAM_LINK_SCRIPT_SRC} Makefile lcfgen perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${RAM_LINK_SCRIPT_SRC} \ ${SPECIAL_LINK_LIBS} @@ -8,3 +10,6 @@ ramimage.m0: ramimage.out ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 $< +ramimage.srec: ramimage.m0 + ../helpers/srec4ram $< $@ +