FreeCalypso > hg > fc-tourmaline
comparison components/bmi @ 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 |
---|---|
76 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" | 76 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" |
77 CPPFLAGS="$CPPFLAGS -DNWARN" | 77 CPPFLAGS="$CPPFLAGS -DNWARN" |
78 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 78 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
79 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 79 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
80 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 80 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
81 | |
82 if [ "$MEMSUPER" != 0 ] | |
83 then | |
84 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
85 fi | |
81 | 86 |
82 # Includes | 87 # Includes |
83 | 88 |
84 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 89 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
85 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 90 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |