From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v14 1/6] lib: add information metrics library Date: Wed, 5 Apr 2017 16:16:29 +0100 Message-ID: <6a82612e-fc76-d518-d384-a5502352aaed@intel.com> References: <1490907662-27666-1-git-send-email-remy.horton@intel.com> <165712131.qiFBceb8LK@xps13> <195ebf71-69a7-fca2-ce95-8912ad7ef51a@intel.com> <5252491.9gF4pOle3c@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id EEF261E20 for ; Wed, 5 Apr 2017 17:16:31 +0200 (CEST) In-Reply-To: <5252491.9gF4pOle3c@xps13> 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 05/04/2017 16:06, Thomas Monjalon wrote: [..] > Do you mean DEPDIRS-$(CONFIG_RTE_LIBRTE_METRICS) et al? > I can remove them if you confirm. The ones in lib/librte_*/Makefile - yes those ones. I think they can be removed as feb9f680cd2c ("mk: optimize directory dependencies") changed the system to use ones in lib/Makefile instead. ..Remy