From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anoob Joseph Subject: [PATCH] crypto/octeontx: remove usage of DEPDIRS Date: Thu, 10 Jan 2019 08:52:59 +0000 Message-ID: <1547110360-8285-1-git-send-email-anoobj@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Anoob Joseph , Ankur Dwivedi , Tejasree Kondoj , Jerin Jacob Kollanukkaran , Narayana Prasad Raju Athreya , Ferruh Yigit , "dev@dpdk.org" To: Akhil Goyal , Pablo de Lara Return-path: Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 7F0D91B5C1 for ; Thu, 10 Jan 2019 09:53:04 +0100 (CET) Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" DEPDIRS is no longer used in DPDK driver makefiles. Removing it. Suggested-by: Ferruh Yigit Signed-off-by: Anoob Joseph --- drivers/crypto/octeontx/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/crypto/octeontx/Makefile b/drivers/crypto/octeontx/Mak= efile index 2e78e69..d6412d1 100644 --- a/drivers/crypto/octeontx/Makefile +++ b/drivers/crypto/octeontx/Makefile @@ -36,11 +36,4 @@ SYMLINK-y-include +=3D # versioning export map EXPORT_MAP :=3D rte_pmd_octeontx_crypto_version.map =20 -# library dependencies -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO) +=3D lib/librte_eal -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO) +=3D lib/librte_cryptodev -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO) +=3D lib/librte_mempool -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO) +=3D lib/librte_mbuf -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO) +=3D lib/librte_malloc - include $(RTE_SDK)/mk/rte.lib.mk --=20 2.7.4