FreeCalypso > hg > fc-selenite
comparison components/cl @ 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 |
comparison
equal
deleted
inserted
replaced
104:82ae724ca0d7 | 105:5c4db73d289a |
---|---|
48 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" | 48 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" |
49 CPPFLAGS="$CPPFLAGS -DGPRS" | 49 CPPFLAGS="$CPPFLAGS -DGPRS" |
50 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 50 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
51 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 51 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
52 | 52 |
53 if [ "$MEMSUPER" != 0 ] | |
54 then | |
55 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
56 fi | |
57 | |
53 # Includes | 58 # Includes |
54 | 59 |
55 SRCDIR=$SRC/g23m-gprs/cl | 60 SRCDIR=$SRC/g23m-gprs/cl |
56 | 61 |
57 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 62 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |