FreeCalypso > hg > fc-selenite
comparison components/sms @ 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 |
---|---|
44 | 44 |
45 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 45 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
46 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 46 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
47 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 47 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
48 | 48 |
49 if [ "$MEMSUPER" != 0 ] | |
50 then | |
51 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
52 fi | |
53 | |
49 # Includes | 54 # Includes |
50 | 55 |
51 SRCDIR=$SRC/g23m-gsm/sms | 56 SRCDIR=$SRC/g23m-gsm/sms |
52 | 57 |
53 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 58 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |