diff 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
line wrap: on
line diff
--- a/configure.sh	Sun Oct 02 14:00:10 2016 +0000
+++ b/configure.sh	Sun Oct 02 14:11:29 2016 +0000
@@ -198,6 +198,12 @@
 fi
 
 cat makefile-frags/link-steps >> $BUILD_DIR/Makefile
+if [ "$TARGET" != c139 ]
+then
+	cat makefile-frags/m0-to-bin-std >> $BUILD_DIR/Makefile
+else
+	cat makefile-frags/m0-to-bin-c139 >> $BUILD_DIR/Makefile
+fi
 
 cat makefile-frags/clean-always >> $BUILD_DIR/Makefile
 if [ "$str2ind_blobs_used" = 0 ]