FreeCalypso > hg > fc-tourmaline
comparison components/config_gsm_ir @ 38:e58a5bb12de4
experimental support for GPF memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 07:35:14 +0000 |
parents | 1803a0bc5808 |
children |
comparison
equal
deleted
inserted
replaced
37:820ce39cf6df | 38:e58a5bb12de4 |
---|---|
63 CPPFLAGS="$CPPFLAGS -DCTRACE" | 63 CPPFLAGS="$CPPFLAGS -DCTRACE" |
64 fi | 64 fi |
65 | 65 |
66 CPPFLAGS="$CPPFLAGS -DDATA_INT_RAM" | 66 CPPFLAGS="$CPPFLAGS -DDATA_INT_RAM" |
67 | 67 |
68 if [ "$MEMSUPER" != 0 ] | |
69 then | |
70 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
71 fi | |
72 | |
68 # Includes | 73 # Includes |
69 | 74 |
70 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 75 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
71 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 76 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
72 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 77 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |