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