diff mbox series

[v1,1/1] example:use dpdk pktio with examples

Message ID 1500973206-5028-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/1] example:use dpdk pktio with examples | expand

Commit Message

Github ODP bot July 25, 2017, 9 a.m. UTC
From: Balakrishna Garapati <balakrishna.garapati@linaro.org>


flag was not added to example/ during the commit:
 89b7caa

Signed-off-by: Balakrishna Garapati <balakrishna.garapati@linaro.org>

---
/** Email created from pull request 86 (GBalakrishna:odp_example_dpdk_pktio)
 ** https://github.com/Linaro/odp/pull/86
 ** Patch: https://github.com/Linaro/odp/pull/86.patch
 ** Base sha: f4f7679d16917d9a7c1b2220e351fd27733ee96b
 ** Merge commit sha: 5c1267c0ad1f6f58141e47638ab01291bd29b552
 **/
 example/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/example/Makefile.inc b/example/Makefile.inc
index a4f1047b..c6d7ff5f 100644
--- a/example/Makefile.inc
+++ b/example/Makefile.inc
@@ -1,6 +1,6 @@ 
 include $(top_srcdir)/platform/@with_platform@/Makefile.inc
 LIB   = $(top_builddir)/lib
-LDADD = $(LIB)/libodp-linux.la $(LIB)/libodphelper.la
+LDADD = $(LIB)/libodp-linux.la $(LIB)/libodphelper.la $(DPDK_PMDS)
 AM_CFLAGS += \
 	-I$(srcdir) \
 	-I$(top_srcdir)/example \