X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsfc%2Fmeson.build;h=c3ecdbe19711c15fb44d77614786b8fc33dfb76d;hb=7f2ae5ddb1b3567655555a34fb014fdef9caabc2;hp=be888bd87abf69d457dcbac88f0b49e28c8ff22e;hpb=141d2870675abc1e87d8d23b57af9f95e08cf7ba;p=dpdk.git diff --git a/drivers/net/sfc/meson.build b/drivers/net/sfc/meson.build index be888bd87a..c3ecdbe197 100644 --- a/drivers/net/sfc/meson.build +++ b/drivers/net/sfc/meson.build @@ -6,6 +6,12 @@ # This software was jointly developed between OKTET Labs (under contract # for Solarflare) and Solarflare Communications, Inc. +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + if (arch_subdir != 'x86' or not dpdk_conf.get('RTE_ARCH_64')) and (arch_subdir != 'arm' or not host_machine.cpu_family().startswith('aarch64')) build = false reason = 'only supported on x86_64 and aarch64'