FreeCalypso > hg > fc-selenite
comparison components/aciext @ 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 |
---|---|
66 # behave more like TCS211 | 66 # behave more like TCS211 |
67 | 67 |
68 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECP" | 68 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECP" |
69 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECS" | 69 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECS" |
70 | 70 |
71 if [ "$MEMSUPER" != 0 ] | |
72 then | |
73 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
74 fi | |
75 | |
71 # Includes | 76 # Includes |
72 | 77 |
73 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 78 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
74 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 79 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
75 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 80 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |