From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CF17F5A57 for ; Tue, 9 Jun 2015 12:34:35 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 09 Jun 2015 03:34:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,579,1427785200"; d="scan'208";a="505404005" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jun 2015 03:34:33 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.59]) by IRSMSX102.ger.corp.intel.com ([169.254.2.36]) with mapi id 14.03.0224.002; Tue, 9 Jun 2015 11:33:49 +0100 From: "De Lara Guarch, Pablo" To: "Gonzalez Monroy, Sergio" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] mk: fix combined library building Thread-Index: AQHQopgCtwrCRVExd0GvyrO9YBMAFZ2j+Y6Q Date: Tue, 9 Jun 2015 10:33:49 +0000 Message-ID: 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> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Tue, 09 Jun 2015 10:34:36 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Tuesday, June 09, 2015 10:37 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] mk: fix combined library building >=20 > 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. >=20 > Fixes: 980ed498eb1dd0 ("drivers: create new directory") >=20 > Signed-off-by: Sergio Gonzalez Monroy Acked-by: Pablo de Lara