comparison components/cc @ 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 30203d5aeb74
children
comparison
equal deleted inserted replaced
481:24078551b620 482:ad7f986afae3
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=$CHIPSET" 35 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET"
36 CPPFLAGS="$CPPFLAGS -DBOARD=41"
36 37
37 # Includes 38 # Includes
38 39
39 SRCDIR=$SRC/g23m-gsm/cc 40 SRCDIR=$SRC/g23m-gsm/cc
40 41