From: Anoob Joseph Date: Thu, 10 Jan 2019 08:52:59 +0000 (+0000) Subject: crypto/octeontx: remove usage of DEPDIRS X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f8b36984a6c980336162eb717b312da6ff808bd7;p=dpdk.git crypto/octeontx: remove usage of DEPDIRS DEPDIRS is no longer used in DPDK driver makefiles. Removing it. Suggested-by: Ferruh Yigit Signed-off-by: Anoob Joseph --- diff --git a/drivers/crypto/octeontx/Makefile b/drivers/crypto/octeontx/Makefile index 2e78e69bd5..d6412d1b0e 100644 --- a/drivers/crypto/octeontx/Makefile +++ b/drivers/crypto/octeontx/Makefile @@ -36,11 +36,4 @@ SYMLINK-y-include += # versioning export map EXPORT_MAP := rte_pmd_octeontx_crypto_version.map -# library dependencies -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO) += lib/librte_eal -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO) += lib/librte_cryptodev -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO) += lib/librte_mempool -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO) += lib/librte_mbuf -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO) += lib/librte_malloc - include $(RTE_SDK)/mk/rte.lib.mk