X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fnull%2Fmeson.build;h=d9fb88fd7d42bc6fbe64be312b03a5319e77764b;hb=27890a34ca39762e1229bf18dc133e9eabe53b62;hp=60e2ce6c5932b08884c326d6babcbbf97d5aa4b8;hpb=255e713a09b64fdab8d0ee47a41aceb48c2228ad;p=dpdk.git diff --git a/drivers/net/null/meson.build b/drivers/net/null/meson.build index 60e2ce6c59..d9fb88fd7d 100644 --- a/drivers/net/null/meson.build +++ b/drivers/net/null/meson.build @@ -1,5 +1,10 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -version = 2 +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files('rte_eth_null.c')