From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-IronPort-AV: E=Sophos;i="5.01,1,1399996800"; d="scan'208";a="96761125" Received: from unknown (HELO edo.cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 10 Jun 2015 10:53:43 +0800 Received: from G08CNEXCHPEKD01.g08.fujitsu.local (localhost.localdomain [127.0.0.1]) by edo.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id t5A2ltbT024224; Wed, 10 Jun 2015 10:47:55 +0800 Received: from fnst.localdomain (10.167.225.29) by G08CNEXCHPEKD01.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server id 14.3.181.6; Wed, 10 Jun 2015 10:49:36 +0800 Message-ID: <5577A569.2080807@cn.fujitsu.com> Date: Wed, 10 Jun 2015 10:48:09 +0800 From: Li Wei User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Sergio Gonzalez Monroy , References: <1433842648-32492-1-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1433842648-32492-1-git-send-email-sergio.gonzalez.monroy@intel.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.167.225.29] Subject: Re: [dpdk-dev] [PATCH] mk: fix combined library building X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 02:49:30 -0000 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