FreeCalypso > hg > fc-magnetite
comparison components/cc @ 305:9026fa2630e4
components/cc: new CC needs -DSIM_TOOLKIT for MNCC_BEARER_CAP_REQ
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 01 Nov 2017 23:07:25 +0000 |
parents | 6f5ebf4cd1b2 |
children | 30203d5aeb74 |
comparison
equal
deleted
inserted
replaced
304:cc0426509943 | 305:9026fa2630e4 |
---|---|
29 if [ "$GPRS" = 1 ] | 29 if [ "$GPRS" = 1 ] |
30 then | 30 then |
31 CPPFLAGS="$CPPFLAGS -DGPRS" | 31 CPPFLAGS="$CPPFLAGS -DGPRS" |
32 fi | 32 fi |
33 | 33 |
34 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | |
34 CPPFLAGS="$CPPFLAGS -DCHIPSET=10" | 35 CPPFLAGS="$CPPFLAGS -DCHIPSET=10" |
35 | 36 |
36 # Includes | 37 # Includes |
37 | 38 |
38 SRCDIR=$SRC/g23m-gsm/cc | 39 SRCDIR=$SRC/g23m-gsm/cc |