]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_ring/Makefile
ring: convert to use of PMD_REGISTER_DRIVER and fix linking
[dpdk.git] / lib / librte_pmd_ring / Makefile
index 73b2d38f3792fd3face507f33756972b3d487728..35d40cbc975edf4b93b1623f178573b7c0ce2a8e 100644 (file)
@@ -52,5 +52,6 @@ SYMLINK-y-include += rte_eth_ring.h
 # this lib depends upon:
 DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_RING) += lib/librte_eal lib/librte_ring
 DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_RING) += lib/librte_mbuf lib/librte_ether
+DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_RING) += lib/librte_kvargs
 
 include $(RTE_SDK)/mk/rte.lib.mk