FreeCalypso > hg > fc-magnetite
diff components/main-init @ 378:aee911923299
components/*: support for c11x target
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 13 Jan 2018 18:21:16 +0000 |
parents | 50fa2f79c1d4 |
children | 30203d5aeb74 |
line wrap: on
line diff
--- a/components/main-init Sat Jan 13 18:14:21 2018 +0000 +++ b/components/main-init Sat Jan 13 18:21:16 2018 +0000 @@ -5,7 +5,7 @@ CFLAGS="-mn -mt -o -x -mw -me -pw2" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" -if [ "$TARGET" = c139 ] +if [ "$TARGET" = c139 -o "$TARGET" = c11x ] then CPPFLAGS="$CPPFLAGS -DCONFIG_RVTMUX_ON_MODEM" fi