From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 02/20] kvargs: build before EAL Date: Tue, 27 Mar 2018 10:12:20 +0100 Message-ID: <20180327091220.GA23992@bricha3-MOBL.ger.corp.intel.com> References: <996543406679ba5e61341a71c030f06dd83f4ccf.1522105876.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E588C4CBB for ; Tue, 27 Mar 2018 11:12:50 +0200 (CEST) Content-Disposition: inline In-Reply-To: <996543406679ba5e61341a71c030f06dd83f4ccf.1522105876.git.gaetan.rivet@6wind.com> 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 Tue, Mar 27, 2018 at 01:18:26AM +0200, Gaetan Rivet wrote: > Signed-off-by: Gaetan Rivet > --- > lib/Makefile | 3 +-- > lib/librte_eal/common/Makefile | 2 +- > lib/librte_kvargs/Makefile | 2 +- > lib/librte_kvargs/rte_kvargs.c | 3 +-- > lib/{librte_eal/common/include => librte_kvargs}/rte_string_fns.h | 0 > 5 files changed, 4 insertions(+), 6 deletions(-) > rename lib/{librte_eal/common/include => librte_kvargs}/rte_string_fns.h (100%) > Don't forget to update the meson.build file. You need to move kvargs before EAL in the list of libraries, and modify the special case for default dependencies for non-EAL libs. /Bruce