X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fvmxnet3%2Fmeson.build;h=ed563386d570be7752884ee1154faaf038d07aa6;hb=48fbc1be82b551e41c58e94de780fdd2ffaaeb78;hp=124238666c7c4d14ed5200b04a045c2d98fa4e82;hpb=b9d60b5434e9df46f53fc1e3aa4b065f261adb83;p=dpdk.git diff --git a/drivers/net/vmxnet3/meson.build b/drivers/net/vmxnet3/meson.build index 124238666c..ed563386d5 100644 --- a/drivers/net/vmxnet3/meson.build +++ b/drivers/net/vmxnet3/meson.build @@ -1,20 +1,16 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Luca Boccassi -if is_windows - build = false - reason = 'not supported on Windows' - subdir_done() -endif - sources += files( - 'vmxnet3_ethdev.c', - 'vmxnet3_rxtx.c', + 'vmxnet3_ethdev.c', + 'vmxnet3_rxtx.c', ) error_cflags = [ - '-Wno-unused-parameter', '-Wno-unused-value', - '-Wno-strict-aliasing', '-Wno-format-extra-args', + '-Wno-unused-parameter', + '-Wno-unused-value', + '-Wno-strict-aliasing', + '-Wno-format-extra-args', ] foreach flag: error_cflags if cc.has_argument(flag)