comparison makefile-frags/m0-to-bin-c139 @ 530:a6a0102cb95f

makefile-frags/m0-to-bin-{c139,std}: use local mokosrec2bin in helpers
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 25 Oct 2018 22:57:17 +0000
parents 46d9d68a3911
children
comparison
equal deleted inserted replaced
529:a490b0466fed 530:a6a0102cb95f
1 fwimage.intbin: fwimage.m0 1 fwimage.intbin: fwimage.m0
2 mokosrec2bin $< $@ FF 2 ../helpers/mokosrec2bin $< $@ FF
3 3
4 fwimage.bin: fwimage.intbin 4 fwimage.bin: fwimage.intbin
5 dd if=$< of=$@ bs=65536 skip=1 5 dd if=$< of=$@ bs=65536 skip=1
6 6