diff --git a/drivers/crypto/mrvl/Makefile b/drivers/crypto/mrvl/Makefile index d37e28d792..ff124333d2 100644 --- a/drivers/crypto/mrvl/Makefile +++ b/drivers/crypto/mrvl/Makefile @@ -31,6 +31,8 @@ EXPORT_MAP := rte_pmd_mrvl_version.map # external library dependencies LDLIBS += -L$(LIBMUSDK_PATH)/lib -lmusdk +LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool +LDLIBS += -lrte_cryptodev LDLIBS += -lrte_bus_vdev # library source files