FreeCalypso > hg > fc-magnetite
comparison components/riviera_cust_flash @ 319:9ffdfacfe969
implemented pseudo-modem keepalive for C139 and Pirelli targets
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 03 Dec 2017 03:51:28 +0000 |
| parents | 036e8f92c158 |
| children | aee911923299 |
comparison
equal
deleted
inserted
replaced
| 318:6cea809631d7 | 319:9ffdfacfe969 |
|---|---|
| 1 # Building riviera_cust_flash.lib | 1 # Building riviera_cust_flash.lib |
| 2 | 2 |
| 3 CFLAGS="-mn -mt -me -pw2" | 3 CFLAGS="-mn -mt -me -pw2" |
| 4 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" | 4 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" |
| 5 | |
| 6 if [ "$MMI" = 0 ] | |
| 7 then | |
| 8 case "$TARGET" in | |
| 9 c139) | |
| 10 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_KEEPALIVE" | |
| 11 ;; | |
| 12 pirelli) | |
| 13 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_KEEPALIVE" | |
| 14 CPPFLAGS="$CPPFLAGS -DPSEUDO_MODEM_USB" | |
| 15 ;; | |
| 16 esac | |
| 17 fi | |
| 5 | 18 |
| 6 # Includes | 19 # Includes |
| 7 | 20 |
| 8 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus" | 21 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus" |
| 9 CPPFLAGS="$CPPFLAGS -I.." | 22 CPPFLAGS="$CPPFLAGS -I.." |
| 38 cfile_plain $SRCDIR/rvf/rvf_mem_pool.c | 51 cfile_plain $SRCDIR/rvf/rvf_mem_pool.c |
| 39 cfile_plain $SRCDIR/rvm/rvm_swe.c | 52 cfile_plain $SRCDIR/rvm/rvm_swe.c |
| 40 cfile_plain $SRCDIR/rvt/rvt_api.c | 53 cfile_plain $SRCDIR/rvt/rvt_api.c |
| 41 cfile_plain $SRCDIR/rvt/rvt_env.c | 54 cfile_plain $SRCDIR/rvt/rvt_env.c |
| 42 cfile_plain $SRCDIR/rvt/rvt_task.c | 55 cfile_plain $SRCDIR/rvt/rvt_task.c |
| 56 cfile_plain $SRCDIR/rvt/rvt_keepalive.c |
