FreeCalypso > hg > fc-selenite
comparison components/rr @ 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 |
---|---|
57 | 57 |
58 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" | 58 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" |
59 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 59 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
60 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 60 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
61 | 61 |
62 if [ "$MEMSUPER" != 0 ] | |
63 then | |
64 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
65 fi | |
66 | |
62 # Includes | 67 # Includes |
63 | 68 |
64 SRCDIR=$SRC/g23m-gsm/rr | 69 SRCDIR=$SRC/g23m-gsm/rr |
65 | 70 |
66 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 71 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |