FreeCalypso > hg > fc-magnetite
diff components/l1_ext @ 303:129a4f99511a
compile L1_GPRS modules from source
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 31 Oct 2017 05:05:19 +0000 |
parents | 53b797cd3c12 |
children | cc0426509943 |
line wrap: on
line diff
--- a/components/l1_ext Tue Oct 31 03:42:35 2017 +0000 +++ b/components/l1_ext Tue Oct 31 05:05:19 2017 +0000 @@ -87,6 +87,7 @@ cfile_plain $SRCDIR/gtt_cfile/ctm/diag_deinterleaver.c cfile_plain $SRCDIR/gtt_cfile/ctm/fifo.c cfile_plain $SRCDIR/gtt_cfile/ctm/init_interleaver.c + cfile_plain $SRCDIR/dyn_dwl_cfile/l1_dyn_dwl_afunc.c cfile_plain $SRCDIR/dyn_dwl_cfile/l1_dyn_dwl_async.c cfile_plain $SRCDIR/dyn_dwl_cfile/l1_dyn_dwl_init.c @@ -104,10 +105,10 @@ if [ "$GPRS" = 1 ] then - OBJS="$OBJS ../../blobs/obj/l1_ext/l1p_afun.obj" - OBJS="$OBJS ../../blobs/obj/l1_ext/l1p_asyn.obj" - OBJS="$OBJS ../../blobs/obj/l1_ext/l1p_cmpl.obj" - OBJS="$OBJS ../../blobs/obj/l1_ext/l1p_sync.obj" + cfile_plain $SRCDIR/p_cfile/l1p_afun.c + cfile_plain $SRCDIR/p_cfile/l1p_asyn.c + cfile_plain $SRCDIR/p_cfile/l1p_cmpl.c + cfile_plain $SRCDIR/p_cfile/l1p_sync.c fi # Different CFLAGS for l1_small.c