FreeCalypso > hg > fc-selenite
comparison components/t30 @ 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 |
---|---|
50 | 50 |
51 CPPFLAGS="$CPPFLAGS -DDTI2" | 51 CPPFLAGS="$CPPFLAGS -DDTI2" |
52 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 52 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
53 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 53 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
54 | 54 |
55 if [ "$MEMSUPER" != 0 ] | |
56 then | |
57 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
58 fi | |
59 | |
55 # Includes | 60 # Includes |
56 | 61 |
57 SRCDIR=$SRC/g23m-fad/t30 | 62 SRCDIR=$SRC/g23m-fad/t30 |
58 | 63 |
59 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 64 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |