FreeCalypso > hg > fc-magnetite
comparison components/main-init @ 535:bb9a08797022
configure and components scripts: added support for c155 target
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 05 Nov 2018 17:30:51 +0000 |
parents | 838eeafb0051 |
children | ae18f9aad7ce |
comparison
equal
deleted
inserted
replaced
534:6c96725718c3 | 535:bb9a08797022 |
---|---|
3 # C modules | 3 # C modules |
4 | 4 |
5 CFLAGS="-mn -mt -o -x -mw -me -pw2" | 5 CFLAGS="-mn -mt -o -x -mw -me -pw2" |
6 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" | 6 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" |
7 | 7 |
8 if [ "$TARGET" = c139 -o "$TARGET" = c11x ] | 8 if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ] |
9 then | 9 then |
10 CPPFLAGS="$CPPFLAGS -DCONFIG_RVTMUX_ON_MODEM" | 10 CPPFLAGS="$CPPFLAGS -DCONFIG_RVTMUX_ON_MODEM" |
11 fi | 11 fi |
12 | 12 |
13 # Includes | 13 # Includes |