comparison components/aci_dti_mng @ 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
52 fi 52 fi
53 53
54 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" 54 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET"
55 CPPFLAGS="$CPPFLAGS -DBOARD=41" 55 CPPFLAGS="$CPPFLAGS -DBOARD=41"
56 56
57 if [ "$MEMSUPER" != 0 ]
58 then
59 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
60 fi
61
57 # Includes 62 # Includes
58 63
59 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" 64 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"
60 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" 65 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc"
61 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" 66 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include"