]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/openssl/Makefile
ring: guarantee load/load order in enqueue and dequeue
[dpdk.git] / drivers / crypto / openssl / Makefile
index e5fdfb59b5e73a381b53523a3678cd3b37802a37..1a006432d950c56e660df06d5b5aca7b00644fae 100644 (file)
@@ -45,6 +45,9 @@ EXPORT_MAP := rte_pmd_openssl_version.map
 
 # external library dependencies
 LDLIBS += -lcrypto
+LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
+LDLIBS += -lrte_cryptodev
+LDLIBS += -lrte_bus_vdev
 
 # library source files
 SRCS-$(CONFIG_RTE_LIBRTE_PMD_OPENSSL) += rte_openssl_pmd.c