From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 233DE1AEF3 for ; Mon, 18 Sep 2017 13:28:10 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 18 Sep 2017 04:28:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,412,1500966000"; d="scan'208";a="1220261117" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.24]) by fmsmga002.fm.intel.com with SMTP; 18 Sep 2017 04:28:06 -0700 Received: by (sSMTP sendmail emulation); Mon, 18 Sep 2017 12:28:05 +0100 Date: Mon, 18 Sep 2017 12:28:05 +0100 From: Bruce Richardson To: luca.boccassi@gmail.com Cc: dev@dpdk.org, Luca Boccassi Message-ID: <20170918112804.GC10264@bricha3-MOBL3.ger.corp.intel.com> References: <20170915173612.13636-1-luca.boccassi@gmail.com> <20170915173612.13636-4-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170915173612.13636-4-luca.boccassi@gmail.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) Subject: Re: [dpdk-dev] [PATCH 3/3] build: don't hard-code generic/exec-env install path X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 11:28:11 -0000 On Fri, Sep 15, 2017 at 06:36:12PM +0100, luca.boccassi@gmail.com wrote: > From: Luca Boccassi > > Instead of hard-coding the install path of generic and exec-env headers > use the includedir option, so that it can be correctly overridden. > > Signed-off-by: Luca Boccassi > --- Acked-by: Bruce Richardson