X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Figc%2Fmeson.build;h=b971e6f8c628bf36d51b5a6b62545db89da11fd2;hb=aa1c17f1d8202a1a6e64e813103cdbe6b357b0ba;hp=fba119c98e2b593b829e719c9cc0e2422e466eec;hpb=746664d546fb3ef76ad8b9c731d296802495319c;p=dpdk.git diff --git a/drivers/net/igc/meson.build b/drivers/net/igc/meson.build index fba119c98e..b971e6f8c6 100644 --- a/drivers/net/igc/meson.build +++ b/drivers/net/igc/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2019-2020 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + subdir('base') objs = [base_objs]