[dpdk-dev] [PATCHv7 02/47] mk: handle intra drivers dependencies for shared build

Hemant Agrawal hemant.agrawal at nxp.com
Thu Feb 16 01:39:01 CET 2017


From: Shreyansh Jain <shreyansh.jain at nxp.com>

Suggested-by: Ferruh Yigit <ferruh.yigit at intel.com>
Signed-off-by: Shreyansh Jain <shreyansh.jain at nxp.com>
---
 mk/rte.lib.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/rte.lib.mk b/mk/rte.lib.mk
index 33a5f5a..ac4df9a 100644
--- a/mk/rte.lib.mk
+++ b/mk/rte.lib.mk
@@ -79,7 +79,7 @@ endif
 
 # Translate DEPDIRS-y into LDLIBS
 # Ignore (sub)directory dependencies which do not provide an actual library
-_IGNORE_DIRS = lib/librte_eal/% lib/librte_compat
+_IGNORE_DIRS = lib/librte_eal/% lib/librte_compat drivers/%
 _DEPDIRS = $(filter-out $(_IGNORE_DIRS),$(DEPDIRS-y))
 _LDDIRS = $(subst librte_ether,librte_ethdev,$(_DEPDIRS))
 LDLIBS += $(subst lib/lib,-l,$(_LDDIRS))
-- 
1.9.1



More information about the dev mailing list