FreeCalypso > hg > fc-magnetite
comparison components/aci-tcs3 @ 481:24078551b620
build system: set ALLOW_CSIM_GSM=1 by default for hybrid configs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 19 Jun 2018 06:39:18 +0000 |
parents | f65a4399093d |
children | ad7f986afae3 |
comparison
equal
deleted
inserted
replaced
480:41f2cc21bca9 | 481:24078551b620 |
---|---|
76 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_RDLB" | 76 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_RDLB" |
77 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECP" | 77 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECP" |
78 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECS" | 78 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECS" |
79 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_STDR" | 79 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_STDR" |
80 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_CONC_SMS" | 80 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_CONC_SMS" |
81 | |
82 if [ "$ALLOW_CSIM_GSM" = 1 ] | |
83 then | |
84 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM" | |
85 fi | |
81 | 86 |
82 # Includes | 87 # Includes |
83 | 88 |
84 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 89 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" |
85 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 90 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" |