FreeCalypso > hg > fc-tourmaline
comparison components/cci_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 | fdc83c1ab3ff |
children |
comparison
equal
deleted
inserted
replaced
37:820ce39cf6df | 38:e58a5bb12de4 |
---|---|
49 CPPFLAGS="$CPPFLAGS -DLL_DESC" | 49 CPPFLAGS="$CPPFLAGS -DLL_DESC" |
50 CPPFLAGS="$CPPFLAGS -DCCI_INT_RAM" | 50 CPPFLAGS="$CPPFLAGS -DCCI_INT_RAM" |
51 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 51 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
52 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 52 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
53 | 53 |
54 if [ "$MEMSUPER" != 0 ] | |
55 then | |
56 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
57 fi | |
58 | |
54 # Includes | 59 # Includes |
55 | 60 |
56 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 61 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
57 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 62 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
58 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 63 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |