comparison configure.sh @ 88:46d9d68a3911

top Makefile: support building flash images for the C139
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 Oct 2016 14:11:29 +0000
parents bb53b2e2d548
children 7bd197063b9e
comparison
equal deleted inserted replaced
87:8dd671b7d41e 88:46d9d68a3911
196 then 196 then
197 cat makefile-frags/str2ind-c-gen >> $BUILD_DIR/Makefile 197 cat makefile-frags/str2ind-c-gen >> $BUILD_DIR/Makefile
198 fi 198 fi
199 199
200 cat makefile-frags/link-steps >> $BUILD_DIR/Makefile 200 cat makefile-frags/link-steps >> $BUILD_DIR/Makefile
201 if [ "$TARGET" != c139 ]
202 then
203 cat makefile-frags/m0-to-bin-std >> $BUILD_DIR/Makefile
204 else
205 cat makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile
206 fi
201 207
202 cat makefile-frags/clean-always >> $BUILD_DIR/Makefile 208 cat makefile-frags/clean-always >> $BUILD_DIR/Makefile
203 if [ "$str2ind_blobs_used" = 0 ] 209 if [ "$str2ind_blobs_used" = 0 ]
204 then 210 then
205 echo ' rm -f str2ind.tab str2ind.log' >> $BUILD_DIR/Makefile 211 echo ' rm -f str2ind.tab str2ind.log' >> $BUILD_DIR/Makefile