diff components/misc_ir @ 38:e58a5bb12de4

experimental support for GPF memory supervision
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 07:35:14 +0000
parents b5a5e3ea94ed
children 58b05205d579
line wrap: on
line diff
--- a/components/misc_ir	Sat Oct 17 07:00:11 2020 +0000
+++ b/components/misc_ir	Sat Oct 17 07:35:14 2020 +0000
@@ -6,6 +6,11 @@
 
 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_ -DRUN_INT_RAM"
 
+if [ "$MEMSUPER" != 0 ]
+then
+	CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
+fi
+
 # Includes
 
 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/misc"