diff gsm-fw/finlink/Makefile @ 671:210268d8e553

gsm-fw: comlib included in the build along with ccd CONFIG_INCLUDE_CCD eliminated and absorbed into CONFIG_INCLUDE_PS
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 28 Sep 2014 18:23:19 +0000
parents 46e5c90fd0b8
children 2d3f29ef866d
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile	Sun Sep 28 17:00:14 2014 +0000
+++ b/gsm-fw/finlink/Makefile	Sun Sep 28 18:23:19 2014 +0000
@@ -16,9 +16,10 @@
 		../nucleus/libplus.iram.a ../sprintf/libsprintf.a
 LIB_DEPEND=	${BASE_LIBS}
 
-ifeq (${CONFIG_INCLUDE_CCD},1)
-LIB_LINK_ORDER+=../ccd/libccd.a
-LIB_DEPEND+=	../ccd/libccd.a
+ifeq (${CONFIG_INCLUDE_PS},1)
+PS_LIBS=	../comlib/comlib.a ../ccd/libccd.a
+LIB_LINK_ORDER+=${PS_LIBS}
+LIB_DEPEND+=	${PS_LIBS}
 endif
 
 ifeq (${CONFIG_INCLUDE_GPF},1)