FreeCalypso > hg > fc-magnetite
comparison components/ss @ 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 | 4557e2a9c18e |
children |
comparison
equal
deleted
inserted
replaced
481:24078551b620 | 482:ad7f986afae3 |
---|---|
39 if [ "$GPRS" = 1 ] | 39 if [ "$GPRS" = 1 ] |
40 then | 40 then |
41 CPPFLAGS="$CPPFLAGS -DGPRS" | 41 CPPFLAGS="$CPPFLAGS -DGPRS" |
42 fi | 42 fi |
43 | 43 |
44 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | |
45 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
46 | |
44 # Includes | 47 # Includes |
45 | 48 |
46 SRCDIR=$SRC/g23m-gsm/ss | 49 SRCDIR=$SRC/g23m-gsm/ss |
47 | 50 |
48 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 51 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" |