diff tms470/makefile-frags/ram-link-steps @ 43:68ffaa96dea3

tms470/makefile-frags: changes for Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 17 Jul 2018 08:24:48 +0000
parents 2b8d11ddf653
children
line wrap: on
line diff
--- a/tms470/makefile-frags/ram-link-steps	Tue Jul 17 08:20:16 2018 +0000
+++ b/tms470/makefile-frags/ram-link-steps	Tue Jul 17 08:24:48 2018 +0000
@@ -4,11 +4,11 @@
 	perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${RAM_LINK_SCRIPT_SRC} \
 		${SPECIAL_LINK_LIBS}
 
-ramimage.out:	${LIBS} build_date.obj str2ind.obj link_ram.cmd
-	../toolwrap/vlnk470 -farcall -x -o $@ -m ramimage.map $^
+ramimage.out:	${LIBS} build_date.obj link_ram.cmd
+	../tms470/toolwrap/vlnk470 -farcall -x -o $@ -m ramimage.map $^
 
 ramimage.m0:	ramimage.out
-	../toolwrap/hex470 -m -memwidth 16 -romwidth 16 $<
+	../tms470/toolwrap/hex470 -m -memwidth 16 -romwidth 16 $<
 
 ramimage.srec:	ramimage.m0
 	../helpers/srec4ram $< $@