X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fice%2Fmeson.build;h=9a67c8f7ba9b773bdeb5274536d36ea6896c2766;hb=76fd789cc7dddbaa2c08065b7c3ca915b5c07e7c;hp=7b291269dc729adc9832718130b417b54fb33d4e;hpb=7f85d5ebcfe1af9a3cb7af7d05ec05fd797c1b09;p=dpdk.git diff --git a/drivers/net/ice/meson.build b/drivers/net/ice/meson.build index 7b291269dc..9a67c8f7ba 100644 --- a/drivers/net/ice/meson.build +++ b/drivers/net/ice/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + subdir('base') objs = [base_objs] @@ -61,6 +67,7 @@ if arch_subdir == 'x86' endif sources += files('ice_dcf.c', + 'ice_dcf_vf_representor.c', 'ice_dcf_ethdev.c', 'ice_dcf_parent.c')