From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh Subject: Re: [PATCH v3 02/10] mempool/octeontx: add build and log infrastructure Date: Mon, 9 Oct 2017 10:33:27 +0530 Message-ID: <97587da6-f3b9-fa3d-2929-3c25560ec3d0@caviumnetworks.com> References: <20170831063719.19273-1-santosh.shukla@caviumnetworks.com> <20171008124011.1577-1-santosh.shukla@caviumnetworks.com> <20171008124011.1577-3-santosh.shukla@caviumnetworks.com> <1724856.7dkzaGQRsf@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, olivier.matz@6wind.com, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com To: Thomas Monjalon Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0070.outbound.protection.outlook.com [104.47.36.70]) by dpdk.org (Postfix) with ESMTP id 6CF1C1AFE8 for ; Mon, 9 Oct 2017 07:03:51 +0200 (CEST) In-Reply-To: <1724856.7dkzaGQRsf@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sunday 08 October 2017 10:46 PM, Thomas Monjalon wrote: > 08/10/2017 14:40, Santosh Shukla: >> DEPDIRS-mempool := bus >> +DEPDIRS-mempool := event > It is overriding dependency on bus. > Is is not a big deal because event depends on bus. > > Fixed as > DEPDIRS-mempool := bus event Thanks.