FreeCalypso > hg > fc-magnetite
comparison components/cc @ 392:30203d5aeb74
components/*: -DCHIPSET=$CHIPSET instead of fixed -DCHIPSET=10
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 17 Jan 2018 20:30:28 +0000 |
parents | 9026fa2630e4 |
children | ad7f986afae3 |
comparison
equal
deleted
inserted
replaced
391:1da4c0cc9fc2 | 392:30203d5aeb74 |
---|---|
30 then | 30 then |
31 CPPFLAGS="$CPPFLAGS -DGPRS" | 31 CPPFLAGS="$CPPFLAGS -DGPRS" |
32 fi | 32 fi |
33 | 33 |
34 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 34 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
35 CPPFLAGS="$CPPFLAGS -DCHIPSET=10" | 35 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
36 | 36 |
37 # Includes | 37 # Includes |
38 | 38 |
39 SRCDIR=$SRC/g23m-gsm/cc | 39 SRCDIR=$SRC/g23m-gsm/cc |
40 | 40 |