# HG changeset patch # User Mychaela Falconia # Date 1541569371 0 # Node ID 258bfecc22b15cbe419fd6f0af58590879aeb7c3 # Parent 47037439ed642a686a962b003a6d3f7bc7faeb22 tms470/makefile-frags/m0-to-bin-{c139,std}: use local mokosrec2bin diff -r 47037439ed64 -r 258bfecc22b1 tms470/makefile-frags/m0-to-bin-c139 --- 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 diff -r 47037439ed64 -r 258bfecc22b1 tms470/makefile-frags/m0-to-bin-std --- 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