FreeCalypso > hg > fc-magnetite
comparison components/t30 @ 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 | 24955aef4da3 |
children |
comparison
equal
deleted
inserted
replaced
481:24078551b620 | 482:ad7f986afae3 |
---|---|
46 then | 46 then |
47 CPPFLAGS="$CPPFLAGS -DGPRS" | 47 CPPFLAGS="$CPPFLAGS -DGPRS" |
48 fi | 48 fi |
49 | 49 |
50 CPPFLAGS="$CPPFLAGS -DDTI2" | 50 CPPFLAGS="$CPPFLAGS -DDTI2" |
51 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | |
52 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
51 | 53 |
52 # Includes | 54 # Includes |
53 | 55 |
54 SRCDIR=$SRC/g23m-fad/t30 | 56 SRCDIR=$SRC/g23m-fad/t30 |
55 | 57 |