FreeCalypso > hg > fc-magnetite
comparison components/mfw-tcs3 @ 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 | 4d7c2ccb5814 |
children |
comparison
equal
deleted
inserted
replaced
481:24078551b620 | 482:ad7f986afae3 |
---|---|
77 then | 77 then |
78 CPPFLAGS="$CPPFLAGS -DGPRS" | 78 CPPFLAGS="$CPPFLAGS -DGPRS" |
79 fi | 79 fi |
80 | 80 |
81 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 81 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
82 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | |
83 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
82 | 84 |
83 # Includes | 85 # Includes |
84 | 86 |
85 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 87 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" |
86 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 88 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" |