summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaurabh Bipin Chandra2013-05-10 08:28:59 -0500
committerSaurabh Bipin Chandra2013-05-23 01:47:34 -0500
commit63c3338c18361f8aa2286530edd2e5fa41e1f47c (patch)
tree460a04210540e4ce54e7323c3372e6d5c3a58d7d
parentdf35e0a2eb153e7a006c966c636cc2e4d380a736 (diff)
downloadrepo-libdce-63c3338c18361f8aa2286530edd2e5fa41e1f47c.tar.gz
repo-libdce-63c3338c18361f8aa2286530edd2e5fa41e1f47c.tar.xz
repo-libdce-63c3338c18361f8aa2286530edd2e5fa41e1f47c.zip
Enable build of dce_test app with IPC 3.17
Build of IPC 3.17 generates ipc_client.so instead of syslink_client.so. Hence updating dce_test mk file to include the right IPC library. Change-Id: Icc1c0451ffc10a04bfeb102f5a4b61b4cda0f759 Signed-off-by: Saurabh Bipin Chandra <a0131926@ti.com>
-rw-r--r--test_qnx/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_qnx/common.mk b/test_qnx/common.mk
index be901c0..e51efd2 100644
--- a/test_qnx/common.mk
+++ b/test_qnx/common.mk
@@ -44,7 +44,7 @@ CCOPTS+=-g -O0 -Dxdc_target_types__=qnx/targets/arm/std.h
44EXTRA_LIBVPATH += $(PROJECT_ROOT)/../nto/arm/so.le.v7 \ 44EXTRA_LIBVPATH += $(PROJECT_ROOT)/../nto/arm/so.le.v7 \
45 $(INSTALL_ROOT_nto)/armle-v7/usr/lib 45 $(INSTALL_ROOT_nto)/armle-v7/usr/lib
46 46
47LDOPTS+= -ldce -lmemmgr -ltilerusr -lsyslink_client -lsharedmemallocator 47LDOPTS+= -ldce -lmemmgr -ltilerusr -lipc_client -lsharedmemallocator
48 48
49include $(MKFILES_ROOT)/qtargets.mk 49include $(MKFILES_ROOT)/qtargets.mk
50 50