FreeCalypso > hg > fc-tourmaline
comparison components/ppp_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 |
---|---|
45 CPPFLAGS="$CPPFLAGS -DDTILIB" | 45 CPPFLAGS="$CPPFLAGS -DDTILIB" |
46 CPPFLAGS="$CPPFLAGS -DPPP_INT_RAM" | 46 CPPFLAGS="$CPPFLAGS -DPPP_INT_RAM" |
47 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 47 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
48 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 48 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
49 | 49 |
50 if [ "$MEMSUPER" != 0 ] | |
51 then | |
52 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
53 fi | |
54 | |
50 # Includes | 55 # Includes |
51 | 56 |
52 SRCDIR=$SRC/g23m-fad/ppp | 57 SRCDIR=$SRC/g23m-fad/ppp |
53 | 58 |
54 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 59 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |