FreeCalypso > hg > fc-tourmaline
comparison components/comlib @ 35:055d2cf216c8
components/comlib: missed condat3 bit
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 03:42:53 +0000 |
parents | fdc83c1ab3ff |
children | e58a5bb12de4 |
comparison
equal
deleted
inserted
replaced
34:32a6a9833bd6 | 35:055d2cf216c8 |
---|---|
57 if [ "$SRVC" != 0 ] | 57 if [ "$SRVC" != 0 ] |
58 then | 58 then |
59 cfile_str2ind $SRCDIR/cl_ribu.c | 59 cfile_str2ind $SRCDIR/cl_ribu.c |
60 fi | 60 fi |
61 | 61 |
62 if [ "$GPRS" = 1 ] | |
63 then | |
64 cfile_str2ind $SRCDIR/cl_rlcmac.c | |
65 fi | |
66 | |
62 cfile_str2ind $SRCDIR/cl_md5.c | 67 cfile_str2ind $SRCDIR/cl_md5.c |
63 cfile_str2ind $SRCDIR/cl_imei.c | 68 cfile_str2ind $SRCDIR/cl_imei.c |
64 cfile_str2ind $SRCDIR/cl_des.c | 69 cfile_str2ind $SRCDIR/cl_des.c |
65 cfile_str2ind $SRCDIR/cl_shrd.c | 70 cfile_str2ind $SRCDIR/cl_shrd.c |
66 cfile_str2ind $SRCDIR/cl_list.c | 71 cfile_str2ind $SRCDIR/cl_list.c |
67 | |
68 SRCDIR=$SRC/condat3/com/src/comlib | |
69 | |
70 if [ "$GPRS" = 1 ] | |
71 then | |
72 cfile_str2ind $SRCDIR/cl_rlcmac.c | |
73 fi |