diff gsm-fw/finlink/Makefile @ 899:ab20a5e9dbf3

gsm-fw/L1/dsp code made into a library in preparation for adding patch codes
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Jul 2015 02:50:49 +0000
parents f5affe83ba2d
children 62ca61292b77
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile	Sun Jul 05 02:41:39 2015 +0000
+++ b/gsm-fw/finlink/Makefile	Sun Jul 05 02:50:49 2015 +0000
@@ -30,6 +30,11 @@
 LIB_DEPEND+=	${GPF_LIBS}
 endif
 
+ifeq (${CONFIG_INCLUDE_L1},1)
+LIB_LINK_ORDER+=../L1/dsp/libdsp.a
+LIB_DEPEND+=	../L1/dsp/libdsp.a
+endif
+
 LIB_LINK_ORDER+=	${BASE_LIBS}
 LIB_LINK_ORDER+=	--start-group ${LIBC_A} ${LIBGCC_A} --end-group