comparison components/riviera_cust_flash @ 378:aee911923299

components/*: support for c11x target
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Jan 2018 18:21:16 +0000
parents 9ffdfacfe969
children bb9a08797022
comparison
equal deleted inserted replaced
377:db0874a11f57 378:aee911923299
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 c139) 9 c11x|c139)
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"