diff components/aci @ 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
line wrap: on
line diff
--- a/components/aci	Sat Oct 17 07:00:11 2020 +0000
+++ b/components/aci	Sat Oct 17 07:35:14 2020 +0000
@@ -86,6 +86,11 @@
 	CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM"
 fi
 
+if [ "$MEMSUPER" != 0 ]
+then
+	CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
+fi
+
 # Includes
 
 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"
@@ -480,6 +485,11 @@
 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET"
 CPPFLAGS="$CPPFLAGS -DBOARD=41"
 
+if [ "$MEMSUPER" != 0 ]
+then
+	CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
+fi
+
 # New includes
 
 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"