X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fvdev_netvsc%2Fmeson.build;h=2228250b6c66970a0f04f4aa1eb3609783a34214;hb=c2a42d19d967e24223f06f2fc797eaed8e17c345;hp=c82c5476c0b4373519b0599072db3dc754f57978;hpb=530588f3cd50d5626cfa2b94e161b97e97d84ade;p=dpdk.git diff --git a/drivers/net/vdev_netvsc/meson.build b/drivers/net/vdev_netvsc/meson.build index c82c5476c0..2228250b6c 100644 --- a/drivers/net/vdev_netvsc/meson.build +++ b/drivers/net/vdev_netvsc/meson.build @@ -2,19 +2,15 @@ # Copyright(c) 2018 Luca Boccassi if not is_linux - build = false - reason = 'only supported on linux' + build = false + reason = 'only supported on Linux' endif sources = files('vdev_netvsc.c') -allow_experimental_apis = true - cflags_options = [ - '-Wall', - '-Wextra', '-D_BSD_SOURCE', '-D_DEFAULT_SOURCE', - '-D_XOPEN_SOURCE=600' + '-D_XOPEN_SOURCE=600', ] foreach option:cflags_options if cc.has_argument(option)