From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=XyG+KhIUGQQRmK/v1nhb5NgEqFLVn+Y5hC2xhg+a7DA=; b=FEhOT8jEemwgzNiLR9x6LLgkho6MfKCF6Z4Ntk+6YmblITzu4VMe+HVDEyiys0wBIF 4TrI0Q7Pr8yeK9pjSzGlQnDUDWFH80EydtVivgDGvIGiGtPAiWUiwbX3f5GiOduUDdgP jg7wUEJ2tw+e7K+7Fs0tFZb9Y2qrJhyT+azHHAFTDuZ+qDQoJK0wSexAbSccxiirkD5N OpjkweN7NEWSgISNJW8cyvQ4RSFofZBcE52uIOn7i+q6qo9XsHYnmuCRsyKQHasX+Ko1 iLVBN9muYvKLUMV55YVcLZrygVGyxEzkHHg9jo2UsYtLzkW+9Uc8wbgpS7dqjCNo1rh1 t1Jg== X-Gm-Message-State: ALoCoQmJ3Bb/ncR0ds+Dl0+aNwKlon9sRfqm9OUOj/7vLCExBSUQCKBtnABWP5LQgnNZ5Wa+IYml X-Received: by 10.180.94.35 with SMTP id cz3mr7030248wib.85.1433931880399; Wed, 10 Jun 2015 03:24:40 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id ma15sm7222037wic.20.2015.06.10.03.24.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jun 2015 03:24:39 -0700 (PDT) From: Thomas Monjalon To: Sergio Gonzalez Monroy Date: Wed, 10 Jun 2015 12:23:45 +0200 Message-ID: <2456894.VjTTAY7Bek@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <5577A569.2080807@cn.fujitsu.com> References: <1433842648-32492-1-git-send-email-sergio.gonzalez.monroy@intel.com> <5577A569.2080807@cn.fujitsu.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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 10:24:41 -0000 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