FreeCalypso > hg > fc-tourmaline
comparison components/icn @ 38:e58a5bb12de4
experimental support for GPF memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 07:35:14 +0000 |
parents | 63c80ef2cecb |
children |
comparison
equal
deleted
inserted
replaced
37:820ce39cf6df | 38:e58a5bb12de4 |
---|---|
73 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" | 73 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" |
74 CPPFLAGS="$CPPFLAGS -DNWARN" | 74 CPPFLAGS="$CPPFLAGS -DNWARN" |
75 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 75 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
76 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 76 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
77 | 77 |
78 if [ "$MEMSUPER" != 0 ] | |
79 then | |
80 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
81 fi | |
82 | |
78 # Includes | 83 # Includes |
79 | 84 |
80 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 85 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
81 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 86 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
82 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 87 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |