From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix combined library building Date: Wed, 10 Jun 2015 12:23:45 +0200 Message-ID: <2456894.VjTTAY7Bek@xps13> References: <1433842648-32492-1-git-send-email-sergio.gonzalez.monroy@intel.com> <5577A569.2080807@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Sergio Gonzalez Monroy Return-path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 1526D5A9B for ; Wed, 10 Jun 2015 12:24:41 +0200 (CEST) Received: by wibut5 with SMTP id ut5so43501499wib.1 for ; Wed, 10 Jun 2015 03:24:40 -0700 (PDT) In-Reply-To: <5577A569.2080807@cn.fujitsu.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" 2015-06-10 10:48, Li Wei: > 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 Applied, thanks