]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/null/Makefile
net/bnxt: fix usage of vnic id
[dpdk.git] / drivers / net / null / Makefile
index 77810bcedc28e20187d9f661cbd35d8926b0673b..9331ccac91c185c297776487bb23b9a6fd661721 100644 (file)
@@ -38,6 +38,9 @@ LIB = librte_pmd_null.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_null_version.map