FreeCalypso > hg > fc-selenite
comparison components/aci @ 105:5c4db73d289a
build system support for memory supervision
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 23 Jul 2018 07:01:39 +0000 |
| parents | 1155be085fc1 |
| children | 5f3544fc0308 |
comparison
equal
deleted
inserted
replaced
| 104:82ae724ca0d7 | 105:5c4db73d289a |
|---|---|
| 83 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_CONC_SMS" | 83 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_CONC_SMS" |
| 84 | 84 |
| 85 if [ "$ALLOW_CSIM_GSM" = 1 ] | 85 if [ "$ALLOW_CSIM_GSM" = 1 ] |
| 86 then | 86 then |
| 87 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM" | 87 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM" |
| 88 fi | |
| 89 | |
| 90 if [ "$MEMSUPER" != 0 ] | |
| 91 then | |
| 92 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
| 88 fi | 93 fi |
| 89 | 94 |
| 90 # Includes | 95 # Includes |
| 91 | 96 |
| 92 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 97 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" |
