net/i40e: fix VF cannot forward packets issue
[dpdk.git] / drivers / net / ring / Makefile
index 7ae15ef..085ffa5 100644 (file)
@@ -38,6 +38,9 @@ LIB = librte_pmd_ring.a
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
+LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
+LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs
+LDLIBS += -lrte_bus_vdev
 
 EXPORT_MAP := rte_pmd_ring_version.map