FreeCalypso > hg > fc-magnetite
comparison components/riviera_cust_flash @ 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 | aee911923299 |
children | f2e752052db5 |
comparison
equal
deleted
inserted
replaced
534:6c96725718c3 | 535:bb9a08797022 |
---|---|
4 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" | 4 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" |
5 | 5 |
6 if [ "$MMI" = 0 ] | 6 if [ "$MMI" = 0 ] |
7 then | 7 then |
8 case "$TARGET" in | 8 case "$TARGET" in |
9 c11x|c139) | 9 c11x|c139|c155) |
10 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_KEEPALIVE" | 10 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_KEEPALIVE" |
11 ;; | 11 ;; |
12 pirelli) | 12 pirelli) |
13 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_KEEPALIVE" | 13 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_KEEPALIVE" |
14 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_USB" | 14 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_USB" |