FreeCalypso > hg > fc-selenite
comparison components/aci_dti_mng @ 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 |
---|---|
53 fi | 53 fi |
54 | 54 |
55 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 55 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
56 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 56 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
57 | 57 |
58 if [ "$MEMSUPER" != 0 ] | |
59 then | |
60 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
61 fi | |
62 | |
58 # Includes | 63 # Includes |
59 | 64 |
60 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 65 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
61 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 66 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
62 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 67 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |