From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v10 1/2] mk:Simplify the ifdefs in the makefile Date: Thu, 14 May 2015 23:38:55 +0200 Message-ID: <8741329.0NU84FlCFU@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Keith Wiles Return-path: 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 ; Thu, 14 May 2015 23:39:39 +0200 (CEST) Received: by wgbhc8 with SMTP id hc8so56486474wgb.3 for ; Thu, 14 May 2015 14:39:39 -0700 (PDT) In-Reply-To: <5554C255.8020208@6wind.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-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 > > Series > Acked-by: Olivier Matz Applied, thanks