[Bugfix][API-1534]After turning on the USB port, delay for 3 seconds to make a  call

        Only Configure :No
        Affected branch: master
        Affected module: Call
        Is it affected on both ZXIC and MTK:only MTK
        Self-test: Yes
        Doc Update: No

Change-Id: Iab675a2e4ac6ac502d0f28499bb47e8ac95565c7
diff --git a/common_src/lib/liblynq-call/makefile b/common_src/lib/liblynq-call/makefile
index 40415dc..cfca727 100755
--- a/common_src/lib/liblynq-call/makefile
+++ b/common_src/lib/liblynq-call/makefile
@@ -38,6 +38,10 @@
     -llynq-log \
     -llynq-shm \
 
+ifeq ($(strip $(MOBILETEK_RIL_CFG)), GSW)
+    LOCAL_CFLAGS += -DGSW_RIL_CFG
+endif
+
 SOURCES = $(wildcard *.cpp)
 
 EXECUTABLE = liblynq-call.so