FreeCalypso > hg > fc-magnetite
comparison components/main-init @ 273:8fb920215a46
init.c & components/main-init: put RVTMUX on MODEM on C139 like before
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 06 Aug 2017 18:42:35 +0000 |
parents | 692f565226ef |
children | 50fa2f79c1d4 |
comparison
equal
deleted
inserted
replaced
272:7e8aa98159ef | 273:8fb920215a46 |
---|---|
2 | 2 |
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 | |
8 if [ "$TARGET" = c139 ] | |
9 then | |
10 CPPFLAGS="$CPPFLAGS -DCONFIG_RVTMUX_ON_MODEM" | |
11 fi | |
7 | 12 |
8 # Includes | 13 # Includes |
9 | 14 |
10 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus" | 15 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus" |
11 CPPFLAGS="$CPPFLAGS -I.." | 16 CPPFLAGS="$CPPFLAGS -I.." |