changeset 116:258bfecc22b1

tms470/makefile-frags/m0-to-bin-{c139,std}: use local mokosrec2bin
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 07 Nov 2018 05:42:51 +0000
parents 47037439ed64
children e67bbb9b1fb9
files tms470/makefile-frags/m0-to-bin-c139 tms470/makefile-frags/m0-to-bin-std
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tms470/makefile-frags/m0-to-bin-c139	Wed Nov 07 05:37:08 2018 +0000
+++ b/tms470/makefile-frags/m0-to-bin-c139	Wed Nov 07 05:42:51 2018 +0000
@@ -1,5 +1,5 @@
 fwimage.intbin:	fwimage.m0
-	mokosrec2bin $< $@ FF
+	../helpers/mokosrec2bin $< $@ FF
 
 fwimage.bin:	fwimage.intbin
 	dd if=$< of=$@ bs=65536 skip=1
--- a/tms470/makefile-frags/m0-to-bin-std	Wed Nov 07 05:37:08 2018 +0000
+++ b/tms470/makefile-frags/m0-to-bin-std	Wed Nov 07 05:42:51 2018 +0000
@@ -1,3 +1,3 @@
 fwimage.bin:	fwimage.m0
-	mokosrec2bin $< $@ FF
+	../helpers/mokosrec2bin $< $@ FF