FreeCalypso > hg > fc-magnetite
comparison components/sms @ 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 | 40a4089bb29f |
children |
comparison
equal
deleted
inserted
replaced
481:24078551b620 | 482:ad7f986afae3 |
---|---|
40 then | 40 then |
41 CPPFLAGS="$CPPFLAGS -DMFW" | 41 CPPFLAGS="$CPPFLAGS -DMFW" |
42 fi | 42 fi |
43 | 43 |
44 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 44 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
45 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | |
46 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
45 | 47 |
46 # Includes | 48 # Includes |
47 | 49 |
48 SRCDIR=$SRC/g23m-gsm/sms | 50 SRCDIR=$SRC/g23m-gsm/sms |
49 | 51 |