diff makefile-frags/m0-to-bin-c139 @ 88:46d9d68a3911

top Makefile: support building flash images for the C139
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 Oct 2016 14:11:29 +0000
parents
children a6a0102cb95f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/makefile-frags/m0-to-bin-c139	Sun Oct 02 14:11:29 2016 +0000
@@ -0,0 +1,6 @@
+fwimage.intbin:	fwimage.m0
+	mokosrec2bin $< $@ FF
+
+fwimage.bin:	fwimage.intbin
+	dd if=$< of=$@ bs=65536 skip=1
+