FreeCalypso > hg > fc-selenite
comparison components/uart_b_lib @ 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 | 0c7ec2b7183d |
comparison
equal
deleted
inserted
replaced
| 21:b7059379dd87 | 22:0a1a78944683 |
|---|---|
| 58 | 58 |
| 59 # Includes | 59 # Includes |
| 60 | 60 |
| 61 SRCDIR=$SRC/g23m-aci/uart | 61 SRCDIR=$SRC/g23m-aci/uart |
| 62 | 62 |
| 63 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 63 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
| 64 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 64 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
| 65 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 65 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
| 66 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 66 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
| 67 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc/arm7" | 67 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc/arm7" |
| 68 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 68 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
| 69 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/cust0" | 69 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/cust0" |
| 70 CPPFLAGS="$CPPFLAGS -I.." | 70 CPPFLAGS="$CPPFLAGS -I.." |
| 71 CPPFLAGS="$CPPFLAGS -I../config" | 71 CPPFLAGS="$CPPFLAGS -I../config" |
| 72 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | 72 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" |
| 90 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" | 90 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" |
| 91 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" | 91 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" |
| 92 | 92 |
| 93 # Source modules | 93 # Source modules |
| 94 | 94 |
| 95 cfile_str2ind $SRCDIR/uart_kerf.c | 95 c_file $SRCDIR/uart_kerf.c |
| 96 cfile_str2ind $SRCDIR/uart_kerp.c | 96 c_file $SRCDIR/uart_kerp.c |
| 97 cfile_str2ind $SRCDIR/uart_kers.c | 97 c_file $SRCDIR/uart_kers.c |
| 98 cfile_str2ind $SRCDIR/uart_drxf.c | 98 c_file $SRCDIR/uart_drxf.c |
| 99 cfile_str2ind $SRCDIR/uart_drxp.c | 99 c_file $SRCDIR/uart_drxp.c |
| 100 cfile_str2ind $SRCDIR/uart_drxs.c | 100 c_file $SRCDIR/uart_drxs.c |
| 101 cfile_str2ind $SRCDIR/uart_dtxf.c | 101 c_file $SRCDIR/uart_dtxf.c |
| 102 cfile_str2ind $SRCDIR/uart_dtxp.c | 102 c_file $SRCDIR/uart_dtxp.c |
| 103 cfile_str2ind $SRCDIR/uart_dtxs.c | 103 c_file $SRCDIR/uart_dtxs.c |
| 104 cfile_str2ind $SRCDIR/uart_rxf.c | 104 c_file $SRCDIR/uart_rxf.c |
| 105 cfile_str2ind $SRCDIR/uart_rxp.c | 105 c_file $SRCDIR/uart_rxp.c |
| 106 cfile_str2ind $SRCDIR/uart_rxs.c | 106 c_file $SRCDIR/uart_rxs.c |
| 107 cfile_str2ind $SRCDIR/uart_txf.c | 107 c_file $SRCDIR/uart_txf.c |
| 108 cfile_str2ind $SRCDIR/uart_txp.c | 108 c_file $SRCDIR/uart_txp.c |
| 109 cfile_str2ind $SRCDIR/uart_txs.c | 109 c_file $SRCDIR/uart_txs.c |
| 110 cfile_str2ind $SRCDIR/uart_rtf.c | 110 c_file $SRCDIR/uart_rtf.c |
| 111 cfile_str2ind $SRCDIR/uart_rtp.c | 111 c_file $SRCDIR/uart_rtp.c |
| 112 cfile_str2ind $SRCDIR/uart_rts.c | 112 c_file $SRCDIR/uart_rts.c |
| 113 cfile_str2ind $SRCDIR/uart_pei.c | 113 c_file $SRCDIR/uart_pei.c |
