FreeCalypso > hg > fc-magnetite
diff 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 |
line wrap: on
line diff
--- a/components/gdi Wed Jan 17 20:18:45 2018 +0000 +++ b/components/gdi Wed Jan 17 20:30:28 2018 +0000 @@ -59,7 +59,7 @@ CPPFLAGS="$CPPFLAGS -DGPRS" fi -CPPFLAGS="$CPPFLAGS -DCHIPSET=10" +CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" CPPFLAGS="$CPPFLAGS -DBOARD=41" CPPFLAGS="$CPPFLAGS -DCUST=0" CPPFLAGS="$CPPFLAGS -DTESTMODE=1"