diff components/aci_dti_mng-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 282f1cffad52
children
line wrap: on
line diff
--- a/components/aci_dti_mng-tcs3	Tue Jun 19 06:39:18 2018 +0000
+++ b/components/aci_dti_mng-tcs3	Tue Jun 19 17:03:34 2018 +0000
@@ -51,6 +51,9 @@
 	CPPFLAGS="$CPPFLAGS -DGPRS"
 fi
 
+CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET"
+CPPFLAGS="$CPPFLAGS -DBOARD=41"
+
 # Includes
 
 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc"