FreeCalypso > hg > fc-magnetite
comparison components/rr @ 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 | 268373943f45 |
children |
comparison
equal
deleted
inserted
replaced
481:24078551b620 | 482:ad7f986afae3 |
---|---|
53 fi | 53 fi |
54 CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE" | 54 CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE" |
55 fi | 55 fi |
56 | 56 |
57 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" | 57 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" |
58 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | |
59 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
58 | 60 |
59 # Includes | 61 # Includes |
60 | 62 |
61 SRCDIR=$SRC/g23m-gsm/rr | 63 SRCDIR=$SRC/g23m-gsm/rr |
62 | 64 |