FreeCalypso > hg > fc-magnetite
comparison components/l2r @ 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 | 3979a1edb59e |
children |
comparison
equal
deleted
inserted
replaced
481:24078551b620 | 482:ad7f986afae3 |
---|---|
41 fi | 41 fi |
42 | 42 |
43 CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE" | 43 CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE" |
44 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" | 44 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" |
45 CPPFLAGS="$CPPFLAGS -DDTI2" | 45 CPPFLAGS="$CPPFLAGS -DDTI2" |
46 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | |
47 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
46 | 48 |
47 # Includes | 49 # Includes |
48 | 50 |
49 SRCDIR=$SRC/g23m-fad/l2r | 51 SRCDIR=$SRC/g23m-fad/l2r |
50 | 52 |