FreeCalypso > hg > fc-selenite
comparison components/dti @ 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 fi | 44 fi |
45 | 45 |
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-aci/dti | 56 SRCDIR=$SRC/g23m-aci/dti |
52 | 57 |
53 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 58 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |