From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH v10 1/2] mk:Simplify the ifdefs in the makefile Date: Thu, 14 May 2015 17:42:13 +0200 Message-ID: <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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Keith Wiles , dev@dpdk.org Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 1A1663775 for ; Thu, 14 May 2015 17:42:23 +0200 (CEST) In-Reply-To: <1431613292-22414-1-git-send-email-keith.wiles@intel.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" 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 Thanks, Olivier