FreeCalypso > hg > fc-selenite
comparison components/cc @ 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 |
---|---|
34 | 34 |
35 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 35 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
36 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 36 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
37 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 37 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
38 | 38 |
39 if [ "$MEMSUPER" != 0 ] | |
40 then | |
41 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
42 fi | |
43 | |
39 # Includes | 44 # Includes |
40 | 45 |
41 SRCDIR=$SRC/g23m-gsm/cc | 46 SRCDIR=$SRC/g23m-gsm/cc |
42 | 47 |
43 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 48 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |