From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: use EXTRA_CFLAGS for pmdinfogen Date: Thu, 25 Oct 2018 00:02:49 +0200 Message-ID: <3101083.JmYU9NHM8r@xps> References: <20181005111241.40265-1-ferruh.yigit@intel.com> <20181005113200.GB15009@hmswarspite.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Neil Horman To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 220882BB0 for ; Thu, 25 Oct 2018 00:02:49 +0200 (CEST) In-Reply-To: <20181005113200.GB15009@hmswarspite.think-freely.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/10/2018 13:32, Neil Horman: > On Fri, Oct 05, 2018 at 12:12:41PM +0100, Ferruh Yigit wrote: > > Currently not able to pass EXTRA_CFLAGS while building *.pmd.c file, > > adding it. > > > > Signed-off-by: Ferruh Yigit > > --- > Acked-by: Neil Horman Applied, thanks