FreeCalypso > hg > fc-magnetite
comparison components/alr-tcs3 @ 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 | 2a5d2c78e5d4 |
children |
comparison
equal
deleted
inserted
replaced
391:1da4c0cc9fc2 | 392:30203d5aeb74 |
---|---|
55 fi | 55 fi |
56 | 56 |
57 CPPFLAGS="$CPPFLAGS -DHAS_FLASH_EPROM" | 57 CPPFLAGS="$CPPFLAGS -DHAS_FLASH_EPROM" |
58 CPPFLAGS="$CPPFLAGS -DFF_MULTIBAND" | 58 CPPFLAGS="$CPPFLAGS -DFF_MULTIBAND" |
59 CPPFLAGS="$CPPFLAGS -DALR=1" | 59 CPPFLAGS="$CPPFLAGS -DALR=1" |
60 CPPFLAGS="$CPPFLAGS -DCHIPSET=10" | 60 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
61 CPPFLAGS="$CPPFLAGS -DNWARN" | 61 CPPFLAGS="$CPPFLAGS -DNWARN" |
62 | 62 |
63 # Includes | 63 # Includes |
64 | 64 |
65 SRCDIR=$SRC/g23m-gsm/alr | 65 SRCDIR=$SRC/g23m-gsm/alr |