diff components/main-init @ 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 838eeafb0051
children ae18f9aad7ce
line wrap: on
line diff
--- a/components/main-init	Mon Nov 05 17:10:06 2018 +0000
+++ b/components/main-init	Mon Nov 05 17:30:51 2018 +0000
@@ -5,7 +5,7 @@
 CFLAGS="-mn -mt -o -x -mw -me -pw2"
 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470"
 
-if [ "$TARGET" = c139 -o "$TARGET" = c11x ]
+if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ]
 then
 	CPPFLAGS="$CPPFLAGS -DCONFIG_RVTMUX_ON_MODEM"
 fi