FreeCalypso > hg > fc-magnetite
comparison components/cci @ 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 | 39a713b2130c |
children |
comparison
equal
deleted
inserted
replaced
481:24078551b620 | 482:ad7f986afae3 |
---|---|
46 CPPFLAGS="$CPPFLAGS -DMFW" | 46 CPPFLAGS="$CPPFLAGS -DMFW" |
47 fi | 47 fi |
48 | 48 |
49 CPPFLAGS="$CPPFLAGS -DLL_DESC" | 49 CPPFLAGS="$CPPFLAGS -DLL_DESC" |
50 CPPFLAGS="$CPPFLAGS -DCCI_FLASH_ROM" | 50 CPPFLAGS="$CPPFLAGS -DCCI_FLASH_ROM" |
51 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | |
52 CPPFLAGS="$CPPFLAGS -DBOARD=41" | |
51 | 53 |
52 # Includes | 54 # Includes |
53 | 55 |
54 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 56 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" |
55 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 57 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" |