X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsoftnic%2Fmeson.build;h=9c10c2ec80ed230443d1d016588b94d9bdcfcbed;hb=7329b56f116881e745bd792f435bb4467d1d0abe;hp=dd1d610ea54a3f7f71d160dc3c5db1a4ad31426a;hpb=adf93ca564c73183e1c705cd7f35b98f3a660228;p=dpdk.git diff --git a/drivers/net/softnic/meson.build b/drivers/net/softnic/meson.build index dd1d610ea5..9c10c2ec80 100644 --- a/drivers/net/softnic/meson.build +++ b/drivers/net/softnic/meson.build @@ -2,7 +2,8 @@ # Copyright(c) 2018 Intel Corporation if not is_linux - build = false + build = false + reason = 'only supported on linux' endif allow_experimental_apis = true install_headers('rte_eth_softnic.h')