diff components/comlib @ 38:e58a5bb12de4

experimental support for GPF memory supervision
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 07:35:14 +0000
parents 055d2cf216c8
children 4bb5772a05a3
line wrap: on
line diff
--- a/components/comlib	Sat Oct 17 07:00:11 2020 +0000
+++ b/components/comlib	Sat Oct 17 07:35:14 2020 +0000
@@ -20,6 +20,11 @@
 CPPFLAGS="$CPPFLAGS -DFF_ATI"
 CPPFLAGS="$CPPFLAGS -DCL_IMEI_CALYPSO_PLATFORM"
 
+if [ "$MEMSUPER" != 0 ]
+then
+	CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
+fi
+
 # Includes
 
 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"