FreeCalypso > hg > fc-selenite
comparison components/llc @ 22:0a1a78944683
components: first automated conversion pass
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 15 Jul 2018 22:53:50 +0000 |
| parents | a8f9cc376e98 |
| children | a9a7d531e673 |
comparison
equal
deleted
inserted
replaced
| 21:b7059379dd87 | 22:0a1a78944683 |
|---|---|
| 51 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 51 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
| 52 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 52 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
| 53 | 53 |
| 54 # Includes | 54 # Includes |
| 55 | 55 |
| 56 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 56 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
| 57 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 57 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
| 58 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 58 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
| 59 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 59 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
| 60 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-gprs/cci" | 60 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-gprs/cci" |
| 61 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-gprs/llc" | 61 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-gprs/llc" |
| 62 CPPFLAGS="$CPPFLAGS -I.." | 62 CPPFLAGS="$CPPFLAGS -I.." |
| 63 CPPFLAGS="$CPPFLAGS -I../config" | 63 CPPFLAGS="$CPPFLAGS -I../config" |
| 64 | 64 |
| 65 # Source modules | 65 # Source modules |
| 66 | 66 |
| 67 SRCDIR=$SRC/g23m-gprs/llc | 67 SRCDIR=$SRC/g23m-gprs/llc |
| 68 | 68 |
| 69 cfile_str2ind $SRCDIR/llc_f.c | 69 c_file $SRCDIR/llc_f.c |
| 70 cfile_str2ind $SRCDIR/llc_irxf.c | 70 c_file $SRCDIR/llc_irxf.c |
| 71 cfile_str2ind $SRCDIR/llc_irxl.c | 71 c_file $SRCDIR/llc_irxl.c |
| 72 cfile_str2ind $SRCDIR/llc_irxp.c | 72 c_file $SRCDIR/llc_irxp.c |
| 73 cfile_str2ind $SRCDIR/llc_irxs.c | 73 c_file $SRCDIR/llc_irxs.c |
| 74 cfile_str2ind $SRCDIR/llc_itxf.c | 74 c_file $SRCDIR/llc_itxf.c |
| 75 cfile_str2ind $SRCDIR/llc_itxp.c | 75 c_file $SRCDIR/llc_itxp.c |
| 76 cfile_str2ind $SRCDIR/llc_itxs.c | 76 c_file $SRCDIR/llc_itxs.c |
| 77 cfile_str2ind $SRCDIR/llc_itxt.c | 77 c_file $SRCDIR/llc_itxt.c |
| 78 cfile_str2ind $SRCDIR/llc_llmef.c | 78 c_file $SRCDIR/llc_llmef.c |
| 79 cfile_str2ind $SRCDIR/llc_llmep.c | 79 c_file $SRCDIR/llc_llmep.c |
| 80 cfile_str2ind $SRCDIR/llc_llmes.c | 80 c_file $SRCDIR/llc_llmes.c |
| 81 cfile_str2ind $SRCDIR/llc_pei.c | 81 c_file $SRCDIR/llc_pei.c |
| 82 cfile_str2ind $SRCDIR/llc_rxf.c | 82 c_file $SRCDIR/llc_rxf.c |
| 83 cfile_str2ind $SRCDIR/llc_rxp.c | 83 c_file $SRCDIR/llc_rxp.c |
| 84 cfile_str2ind $SRCDIR/llc_rxs.c | 84 c_file $SRCDIR/llc_rxs.c |
| 85 cfile_str2ind $SRCDIR/llc_t200f.c | 85 c_file $SRCDIR/llc_t200f.c |
| 86 cfile_str2ind $SRCDIR/llc_t200p.c | 86 c_file $SRCDIR/llc_t200p.c |
| 87 cfile_str2ind $SRCDIR/llc_t200s.c | 87 c_file $SRCDIR/llc_t200s.c |
| 88 cfile_str2ind $SRCDIR/llc_txf.c | 88 c_file $SRCDIR/llc_txf.c |
| 89 cfile_str2ind $SRCDIR/llc_txl.c | 89 c_file $SRCDIR/llc_txl.c |
| 90 cfile_str2ind $SRCDIR/llc_txp.c | 90 c_file $SRCDIR/llc_txp.c |
| 91 cfile_str2ind $SRCDIR/llc_txs.c | 91 c_file $SRCDIR/llc_txs.c |
| 92 cfile_str2ind $SRCDIR/llc_uf.c | 92 c_file $SRCDIR/llc_uf.c |
| 93 cfile_str2ind $SRCDIR/llc_uirxf.c | 93 c_file $SRCDIR/llc_uirxf.c |
| 94 cfile_str2ind $SRCDIR/llc_uirxp.c | 94 c_file $SRCDIR/llc_uirxp.c |
| 95 cfile_str2ind $SRCDIR/llc_uirxs.c | 95 c_file $SRCDIR/llc_uirxs.c |
| 96 cfile_str2ind $SRCDIR/llc_uitxf.c | 96 c_file $SRCDIR/llc_uitxf.c |
| 97 cfile_str2ind $SRCDIR/llc_uitxp.c | 97 c_file $SRCDIR/llc_uitxp.c |
| 98 cfile_str2ind $SRCDIR/llc_uitxs.c | 98 c_file $SRCDIR/llc_uitxs.c |
| 99 cfile_str2ind $SRCDIR/llc_up.c | 99 c_file $SRCDIR/llc_up.c |
| 100 cfile_str2ind $SRCDIR/llc_us.c | 100 c_file $SRCDIR/llc_us.c |
| 101 cfile_str2ind $SRCDIR/llc_ul.c | 101 c_file $SRCDIR/llc_ul.c |
