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