FreeCalypso > hg > fc-selenite
comparison components/riviera_cust_flash @ 160:c300f828b244
components/riviera_cust_flash: j100 target for keepalive
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 17 Mar 2019 07:23:54 +0000 |
parents | 43a210bbcc63 |
children |
comparison
equal
deleted
inserted
replaced
159:e8853af07f45 | 160:c300f828b244 |
---|---|
5 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" | 5 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" |
6 | 6 |
7 if [ "$MMI" = 0 ] | 7 if [ "$MMI" = 0 ] |
8 then | 8 then |
9 case "$TARGET" in | 9 case "$TARGET" in |
10 c11x|c139|c155) | 10 c11x|c139|c155|j100) |
11 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_KEEPALIVE" | 11 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_KEEPALIVE" |
12 ;; | 12 ;; |
13 pirelli) | 13 pirelli) |
14 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_KEEPALIVE" | 14 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_KEEPALIVE" |
15 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_USB" | 15 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_USB" |