FreeCalypso > hg > fc-tourmaline
comparison components/aciext @ 38:e58a5bb12de4
experimental support for GPF memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 07:35:14 +0000 |
parents | fdc83c1ab3ff |
children |
comparison
equal
deleted
inserted
replaced
37:820ce39cf6df | 38:e58a5bb12de4 |
---|---|
65 # behave more like TCS211 | 65 # behave more like TCS211 |
66 | 66 |
67 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECP" | 67 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECP" |
68 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECS" | 68 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECS" |
69 | 69 |
70 if [ "$MEMSUPER" != 0 ] | |
71 then | |
72 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
73 fi | |
74 | |
70 # Includes | 75 # Includes |
71 | 76 |
72 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 77 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
73 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 78 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
74 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 79 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |