FreeCalypso > hg > fc-magnetite
comparison components/sndcp @ 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 | 9342a20d9d06 |
children |
comparison
equal
deleted
inserted
replaced
481:24078551b620 | 482:ad7f986afae3 |
---|---|
47 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" | 47 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" |
48 CPPFLAGS="$CPPFLAGS -DGPRS" | 48 CPPFLAGS="$CPPFLAGS -DGPRS" |
49 CPPFLAGS="$CPPFLAGS -DDTI2" | 49 CPPFLAGS="$CPPFLAGS -DDTI2" |
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" | |
53 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
52 | 54 |
53 # Includes | 55 # Includes |
54 | 56 |
55 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 57 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" |
56 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 58 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" |