FreeCalypso > hg > fc-tourmaline
comparison components/aci @ 38:e58a5bb12de4
experimental support for GPF memory supervision
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 17 Oct 2020 07:35:14 +0000 |
| parents | fdc83c1ab3ff |
| children |
comparison
equal
deleted
inserted
replaced
| 37:820ce39cf6df | 38:e58a5bb12de4 |
|---|---|
| 82 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_CONC_SMS" | 82 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_CONC_SMS" |
| 83 | 83 |
| 84 if [ "$ALLOW_CSIM_GSM" = 1 ] | 84 if [ "$ALLOW_CSIM_GSM" = 1 ] |
| 85 then | 85 then |
| 86 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM" | 86 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM" |
| 87 fi | |
| 88 | |
| 89 if [ "$MEMSUPER" != 0 ] | |
| 90 then | |
| 91 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
| 87 fi | 92 fi |
| 88 | 93 |
| 89 # Includes | 94 # Includes |
| 90 | 95 |
| 91 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 96 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
| 478 CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT" | 483 CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT" |
| 479 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 484 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
| 480 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 485 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
| 481 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 486 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
| 482 | 487 |
| 488 if [ "$MEMSUPER" != 0 ] | |
| 489 then | |
| 490 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
| 491 fi | |
| 492 | |
| 483 # New includes | 493 # New includes |
| 484 | 494 |
| 485 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 495 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
| 486 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 496 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
| 487 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 497 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
