diff configure.sh @ 535:bb9a08797022

configure and components scripts: added support for c155 target
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 05 Nov 2018 17:30:51 +0000
parents 9363ea39c74c
children ae18f9aad7ce
line wrap: on
line diff
--- a/configure.sh	Mon Nov 05 17:10:06 2018 +0000
+++ b/configure.sh	Mon Nov 05 17:30:51 2018 +0000
@@ -85,7 +85,7 @@
 
 # UI config default based on target
 
-if [ "$TARGET" = c139 -o "$TARGET" = c11x ]
+if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ]
 then
 	UI_CONFIG=84x48
 else
@@ -274,7 +274,7 @@
 fi
 
 cat makefile-frags/link-steps >> $BUILD_DIR/Makefile
-if [ "$TARGET" != c139 -a "$TARGET" != c11x ]
+if [ "$TARGET" != c11x -a "$TARGET" != c139 -a "$TARGET" != c155 ]
 then
 	cat makefile-frags/m0-to-bin-std >> $BUILD_DIR/Makefile
 else