FreeCalypso > hg > fc-tourmaline
comparison components/sndcp @ 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 |
---|---|
50 CPPFLAGS="$CPPFLAGS -D_SNDCP_DTI_" | 50 CPPFLAGS="$CPPFLAGS -D_SNDCP_DTI_" |
51 CPPFLAGS="$CPPFLAGS -D_SNDCP_DTI_2_" | 51 CPPFLAGS="$CPPFLAGS -D_SNDCP_DTI_2_" |
52 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 52 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
53 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 53 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
54 | 54 |
55 if [ "$MEMSUPER" != 0 ] | |
56 then | |
57 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
58 fi | |
59 | |
55 # Includes | 60 # Includes |
56 | 61 |
57 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 62 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
58 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 63 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
59 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 64 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |