comparison makefile-frags/m0-to-bin-std @ 471:445ac5be0619

makefile-frags/m0-to-bin-std: fwimage.mode0 eyesore removed
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Mar 2018 05:50:18 +0000
parents 63c12cba5ed5
children a6a0102cb95f
comparison
equal deleted inserted replaced
470:fb5c5859ad22 471:445ac5be0619
1 fwimage.bin: fwimage.m0 1 fwimage.bin: fwimage.m0
2 mokosrec2bin $< $@ FF 2 mokosrec2bin $< $@ FF
3 3
4 fwimage.mode0: fwimage.bin
5 cp $< $@
6 xxd -r -c 4 ../scripts/flash-boot-mode0.patch $@
7