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