From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id C54435A41
 for <dev@dpdk.org>; Thu, 14 May 2015 23:39:39 +0200 (CEST)
Received: by wgbhc8 with SMTP id hc8so56486474wgb.3
 for <dev@dpdk.org>; Thu, 14 May 2015 14:39:39 -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=qOP9ddUOUDbarxEq0dUGK+mY9GK8TuVgZGmfYmzEQho=;
 b=M/snpJCTB3Jfo6MUjrCioqMHLi/NyY7CAWAJ78Dq114pvzrno2u/DClCbyiKjeA+OI
 39aZx+nQSukshPe2cisRpQSn8giQWoHnpDKNlvVoZzX1k0adDgVY+jktOzEUXfWqeE9/
 XhLYdk+daMk3nezEHsS/TvI2FKPs13gSRIBIKfRRDc9THoxQlJa2t9STG+LIrA/AXz4u
 8F57sFkGG5orBIojOFzw53IwEtCOKAUWmS3Ym2ed/OLdVvyIPKb8wOgrc+HZnxHgB1yZ
 8Kg9Imxe4xWz9m5LXalfm79d9y8scXT6B4Hd5h0AwbNDjYLjkDRys20icl+aw/6MhG+u
 Camw==
X-Gm-Message-State: ALoCoQmXWb6TVxo5JiJpZY8BNkqehbce0/voZpRObMc6TgEz03vKWP8Zw40tv9x+07SlMogucta4
X-Received: by 10.180.103.231 with SMTP id fz7mr27640391wib.35.1431639579710; 
 Thu, 14 May 2015 14:39:39 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id hn7sm234391wib.5.2015.05.14.14.39.38
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 14 May 2015 14:39:38 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Keith Wiles <keith.wiles@intel.com>
Date: Thu, 14 May 2015 23:38:55 +0200
Message-ID: <8741329.0NU84FlCFU@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; )
In-Reply-To: <5554C255.8020208@6wind.com>
References: <1431386066-6147-1-git-send-email-keith.wiles@intel.com>
 <1431613292-22414-1-git-send-email-keith.wiles@intel.com>
 <5554C255.8020208@6wind.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 v10 1/2] mk:Simplify the ifdefs in the
	makefile
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 14 May 2015 21:39:40 -0000

2015-05-14 17:42, Olivier MATZ:
> Hi Keith,
> 
> On 05/14/2015 04:21 PM, Keith Wiles wrote:
> > Simplify the ifdefs in rte.app.mk to make the code more
> > readable and maintainable by introducing a internal
> > _LDLIBS-y variable to build up the LDLIBS variable.
> > 
> > The new internal variable _LDLIBS-y should not be
> > used outside of the rte.app.mk file.
> > 
> > Signed-off-by: Keith Wiles <keith.wiles@intel.com>
> 
> Series
> Acked-by: Olivier Matz <olivier.matz@6wind.com>

Applied, thanks