From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 02/10] meson: required changes for windows Date: Wed, 03 Apr 2019 01:04:54 +0200 Message-ID: <1786624.B8gFR9vbCZ@xps> References: <20190306041634.12976-1-anand.rawat@intel.com> <20190402035458.14664-1-anand.rawat@intel.com> <20190402035458.14664-3-anand.rawat@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, pallavi.kadam@intel.com, ranjit.menon@intel.com, jeffrey.b.shaw@intel.com, bruce.richardson@intel.com, harini.ramakrishnan@microsoft.com To: Anand Rawat Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id D10E6548B for ; Wed, 3 Apr 2019 01:04:57 +0200 (CEST) In-Reply-To: <20190402035458.14664-3-anand.rawat@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/04/2019 05:54, Anand Rawat: > These are the required meson changes for Windows. > kernel/windows/meson is a stub file added to support > Windows specific source in future releases. > > Signed-off-by: Anand Rawat > Signed-off-by: Pallavi Kadam > Reviewed-by: Jeff Shaw > Reviewed-by: Ranjit Menon > --- > config/meson.build | 23 ++++++++++++++++------- > config/x86/meson.build | 14 ++++++++------ > kernel/windows/meson.build | 4 ++++ For info, kernel/windows/ is not listed in MAINTAINERS. Will add it. If there is a different maintainer for the kernel part, you may create a new section in MAINTAINERS file later.