comparison components/sim_b_lib @ 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 24078551b620
children
comparison
equal deleted inserted replaced
481:24078551b620 482:ad7f986afae3
56 fi 56 fi
57 57
58 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" 58 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT"
59 CPPFLAGS="$CPPFLAGS -DDTI2" 59 CPPFLAGS="$CPPFLAGS -DDTI2"
60 CPPFLAGS="$CPPFLAGS -DUART" 60 CPPFLAGS="$CPPFLAGS -DUART"
61 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET"
62 CPPFLAGS="$CPPFLAGS -DBOARD=41"
61 63
62 if [ "$ALLOW_CSIM_GSM" = 1 ] 64 if [ "$ALLOW_CSIM_GSM" = 1 ]
63 then 65 then
64 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM" 66 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM"
65 fi 67 fi