comparison components/riviera_cust_flash @ 588:f2e752052db5

beginning of SE J100 target support
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Mar 2019 18:08:34 +0000
parents bb9a08797022
children
comparison
equal deleted inserted replaced
587:36eb33f1d45a 588:f2e752052db5
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|c155) 9 c11x|c139|c155|j100)
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"