FreeCalypso > hg > fc-magnetite
diff components/aci-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 | 24078551b620 |
children | cf1cfe12a54a |
line wrap: on
line diff
--- a/components/aci-tcs3 Tue Jun 19 06:39:18 2018 +0000 +++ b/components/aci-tcs3 Tue Jun 19 17:03:34 2018 +0000 @@ -62,6 +62,8 @@ CPPFLAGS="$CPPFLAGS -DDTI" CPPFLAGS="$CPPFLAGS -DUART" CPPFLAGS="$CPPFLAGS -DFF_ATI" +CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" +CPPFLAGS="$CPPFLAGS -DBOARD=41" # FreeCalypso additions to make the TCS3.2 version # behave more like TCS211 @@ -474,6 +476,8 @@ CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT" CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" +CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" +CPPFLAGS="$CPPFLAGS -DBOARD=41" # New includes