annotate makefile-frags/flash-script-gen @ 376:3f1a587b3a84

doc/Voice-pseudo-modem written
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Jan 2018 00:40:14 +0000
parents 2bb8b1c11afc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
259
2bb8b1c11afc build system: produce flash-script for flashing with fc-loadtool
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 flash-script: fwimage.bin
2bb8b1c11afc build system: produce flash-script for flashing with fc-loadtool
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 ../helpers/mk-flash-script $< ${FLASH_BASE_ADDR} ${FLASH_SECTOR_SIZE} \
2bb8b1c11afc build system: produce flash-script for flashing with fc-loadtool
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 > $@
2bb8b1c11afc build system: produce flash-script for flashing with fc-loadtool
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4