FreeCalypso > hg > fc-tourmaline
comparison components/atiext @ 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 |
|---|---|
| 58 CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT" | 58 CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT" |
| 59 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 59 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
| 60 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 60 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
| 61 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 61 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
| 62 | 62 |
| 63 if [ "$MEMSUPER" != 0 ] | |
| 64 then | |
| 65 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
| 66 fi | |
| 67 | |
| 63 # Includes | 68 # Includes |
| 64 | 69 |
| 65 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 70 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
| 66 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 71 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
| 67 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 72 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
