diff tms470/makefile-frags/m0-to-bin-c155 @ 118:225e39652387

TMS470 build system: added m0-to-bin-c155
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 07 Nov 2018 06:18:05 +0000
parents tms470/makefile-frags/m0-to-bin-c139@258bfecc22b1
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tms470/makefile-frags/m0-to-bin-c155	Wed Nov 07 06:18:05 2018 +0000
@@ -0,0 +1,6 @@
+fwimage.intbin:	fwimage.m0
+	../helpers/mokosrec2bin $< $@ FF
+
+fwimage.bin:	fwimage.intbin
+	dd if=$< of=$@ bs=65536 skip=2
+