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