FreeCalypso > hg > fc-tourmaline
comparison components/upm @ 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 -DTI_GPRS" | 49 CPPFLAGS="$CPPFLAGS -DTI_GPRS" |
50 CPPFLAGS="$CPPFLAGS -DUPM_WITHOUT_USER_PLANE" | 50 CPPFLAGS="$CPPFLAGS -DUPM_WITHOUT_USER_PLANE" |
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 SRCDIR=$SRC/g23m-gprs/upm | 61 SRCDIR=$SRC/g23m-gprs/upm |
57 | 62 |
58 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 63 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |