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