FreeCalypso > hg > fc-magnetite
comparison components/main-init @ 378:aee911923299
components/*: support for c11x target
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 13 Jan 2018 18:21:16 +0000 |
parents | 50fa2f79c1d4 |
children | 30203d5aeb74 |
comparison
equal
deleted
inserted
replaced
377:db0874a11f57 | 378:aee911923299 |
---|---|
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 ] | 8 if [ "$TARGET" = c139 -o "$TARGET" = c11x ] |
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 |