comparison configure.sh @ 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 13bcc2ed7e44
children 21d128939204
comparison
equal deleted inserted replaced
258:13bcc2ed7e44 259:2bb8b1c11afc
216 then 216 then
217 cat makefile-frags/m0-to-bin-std >> $BUILD_DIR/Makefile 217 cat makefile-frags/m0-to-bin-std >> $BUILD_DIR/Makefile
218 else 218 else
219 cat makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile 219 cat makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile
220 fi 220 fi
221 cat makefile-frags/flash-script-gen >> $BUILD_DIR/Makefile
221 222
222 if [ -n "$RAM_LINK_SCRIPT_SRC" ] 223 if [ -n "$RAM_LINK_SCRIPT_SRC" ]
223 then 224 then
224 cat makefile-frags/ram-link-steps >> $BUILD_DIR/Makefile 225 cat makefile-frags/ram-link-steps >> $BUILD_DIR/Makefile
225 fi 226 fi