From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Wei Subject: Re: [PATCH] mk: fix combined library building Date: Wed, 10 Jun 2015 10:48:09 +0800 Message-ID: <5577A569.2080807@cn.fujitsu.com> References: <1433842648-32492-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: Sergio Gonzalez Monroy , Return-path: Received: from heian.cn.fujitsu.com (unknown [59.151.112.132]) by dpdk.org (Postfix) with ESMTP id 94BE55A83 for ; Wed, 10 Jun 2015 04:49:29 +0200 (CEST) In-Reply-To: <1433842648-32492-1-git-send-email-sergio.gonzalez.monroy@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 06/09/2015 05:37 PM, Sergio Gonzalez Monroy wrote: > The combined lib was being created after building the lib root dir. > With the new directory hierarchy, it should be created after the > drivers root dir instead. > > Fixes: 980ed498eb1dd0 ("drivers: create new directory") > > Signed-off-by: Sergio Gonzalez Monroy Tested-by: Li Wei