FreeCalypso > hg > fc-tourmaline
comparison components/cl @ 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 |
---|---|
47 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" | 47 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" |
48 CPPFLAGS="$CPPFLAGS -DGPRS" | 48 CPPFLAGS="$CPPFLAGS -DGPRS" |
49 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 49 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
50 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 50 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
51 | 51 |
52 if [ "$MEMSUPER" != 0 ] | |
53 then | |
54 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
55 fi | |
56 | |
52 # Includes | 57 # Includes |
53 | 58 |
54 SRCDIR=$SRC/g23m-gprs/cl | 59 SRCDIR=$SRC/g23m-gprs/cl |
55 | 60 |
56 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 61 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |