FreeCalypso > hg > fc-magnetite
comparison components/sm @ 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 | 62da0aa197de |
children |
comparison
equal
deleted
inserted
replaced
481:24078551b620 | 482:ad7f986afae3 |
---|---|
45 fi | 45 fi |
46 | 46 |
47 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" | 47 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" |
48 CPPFLAGS="$CPPFLAGS -DGPRS" | 48 CPPFLAGS="$CPPFLAGS -DGPRS" |
49 CPPFLAGS="$CPPFLAGS -DENTITY_SM" | 49 CPPFLAGS="$CPPFLAGS -DENTITY_SM" |
50 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | |
51 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
50 | 52 |
51 # Includes | 53 # Includes |
52 | 54 |
53 SRCDIR=$SRC/g23m-gprs/sm | 55 SRCDIR=$SRC/g23m-gprs/sm |
54 | 56 |