diff makefile-frags/flash-script-gen @ 259:2bb8b1c11afc

build system: produce flash-script for flashing with fc-loadtool
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 04 Aug 2017 07:34:37 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/makefile-frags/flash-script-gen	Fri Aug 04 07:34:37 2017 +0000
@@ -0,0 +1,4 @@
+flash-script:	fwimage.bin
+	../helpers/mk-flash-script $< ${FLASH_BASE_ADDR} ${FLASH_SECTOR_SIZE} \
+		> $@
+