There is a small nit, win 10 targets contain regular ' ' instead of a '\t' in the Makefile. I will change it and apply on master.
Thanks a lot for the patch. Acked-by: Alin Gabriel Serdean <[email protected]> -----Mesaj original----- De la: [email protected] [mailto:[email protected]] În numele Anand Kumar Trimis: Tuesday, February 27, 2018 11:40 PM Către: Shashank Ram <[email protected]>; [email protected] Subiect: Re: [ovs-dev] [PATCH v2] datapath-windows: Support to selectively compile targets Acked-by: Anand Kumar <[email protected]> Thanks, Anand Kumar On 2/27/18, 11:57 AM, "[email protected] on behalf of Shashank Ram" <[email protected] on behalf of [email protected]> wrote: Adds support to selectively compile kernel driver for target versions. This is useful when environments to compile for all targets might not be available on the user's machine, or if the user wants to only compile some targets selectively. Also once appveyor has support to build Win10 targets, we will not pass the "--with-vstudiotargetver" to the configure script. Signed-off-by: Shashank Ram <[email protected]> --- Documentation/intro/install/windows.rst | 5 ++++- Makefile.am | 15 +++++++++++++++ appveyor.yml | 4 ++-- m4/openvswitch.m4 | 28 +++++++++++++++++++++++++++- 4 files changed, 48 insertions(+), 4 deletions(-) diff --git a/Documentation/intro/install/windows.rst b/Documentation/intro/install/windows.rst _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
