FreeCalypso > hg > fc-magnetite
comparison components/gdi @ 392:30203d5aeb74
components/*: -DCHIPSET=$CHIPSET instead of fixed -DCHIPSET=10
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 17 Jan 2018 20:30:28 +0000 |
parents | aee911923299 |
children | fd1d9063ad40 |
comparison
equal
deleted
inserted
replaced
391:1da4c0cc9fc2 | 392:30203d5aeb74 |
---|---|
57 if [ "$GPRS" = 1 ] | 57 if [ "$GPRS" = 1 ] |
58 then | 58 then |
59 CPPFLAGS="$CPPFLAGS -DGPRS" | 59 CPPFLAGS="$CPPFLAGS -DGPRS" |
60 fi | 60 fi |
61 | 61 |
62 CPPFLAGS="$CPPFLAGS -DCHIPSET=10" | 62 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
63 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 63 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
64 CPPFLAGS="$CPPFLAGS -DCUST=0" | 64 CPPFLAGS="$CPPFLAGS -DCUST=0" |
65 CPPFLAGS="$CPPFLAGS -DTESTMODE=1" | 65 CPPFLAGS="$CPPFLAGS -DTESTMODE=1" |
66 | 66 |
67 # Includes | 67 # Includes |