FreeCalypso > hg > fc-magnetite
comparison components/aci-tcs3 @ 482:ad7f986afae3
pass -DCHIPSET and -DBOARD for all TCS3.2 components
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 19 Jun 2018 17:03:34 +0000 |
parents | 24078551b620 |
children | cf1cfe12a54a |
comparison
equal
deleted
inserted
replaced
481:24078551b620 | 482:ad7f986afae3 |
---|---|
60 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 60 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
61 CPPFLAGS="$CPPFLAGS -DDTI2" | 61 CPPFLAGS="$CPPFLAGS -DDTI2" |
62 CPPFLAGS="$CPPFLAGS -DDTI" | 62 CPPFLAGS="$CPPFLAGS -DDTI" |
63 CPPFLAGS="$CPPFLAGS -DUART" | 63 CPPFLAGS="$CPPFLAGS -DUART" |
64 CPPFLAGS="$CPPFLAGS -DFF_ATI" | 64 CPPFLAGS="$CPPFLAGS -DFF_ATI" |
65 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | |
66 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
65 | 67 |
66 # FreeCalypso additions to make the TCS3.2 version | 68 # FreeCalypso additions to make the TCS3.2 version |
67 # behave more like TCS211 | 69 # behave more like TCS211 |
68 | 70 |
69 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_CMD_WS46" | 71 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_CMD_WS46" |
472 CPPFLAGS="$CPPFLAGS -DGPRS" | 474 CPPFLAGS="$CPPFLAGS -DGPRS" |
473 fi | 475 fi |
474 | 476 |
475 CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT" | 477 CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT" |
476 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 478 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
479 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | |
480 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
477 | 481 |
478 # New includes | 482 # New includes |
479 | 483 |
480 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 484 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" |
481 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 485 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" |