FreeCalypso > hg > fc-selenite
comparison components/comlib @ 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 |
---|---|
18 CPPFLAGS="$CPPFLAGS -DFF_CPHS" | 18 CPPFLAGS="$CPPFLAGS -DFF_CPHS" |
19 CPPFLAGS="$CPPFLAGS -D_TMS470" | 19 CPPFLAGS="$CPPFLAGS -D_TMS470" |
20 CPPFLAGS="$CPPFLAGS -DUART" | 20 CPPFLAGS="$CPPFLAGS -DUART" |
21 CPPFLAGS="$CPPFLAGS -DFF_ATI" | 21 CPPFLAGS="$CPPFLAGS -DFF_ATI" |
22 CPPFLAGS="$CPPFLAGS -DCL_IMEI_CALYPSO_PLATFORM" | 22 CPPFLAGS="$CPPFLAGS -DCL_IMEI_CALYPSO_PLATFORM" |
23 | |
24 if [ "$MEMSUPER" != 0 ] | |
25 then | |
26 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
27 fi | |
23 | 28 |
24 # Includes | 29 # Includes |
25 | 30 |
26 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 31 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
27 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 32 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |