]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/softnic/meson.build
net/sfc: fix promiscuous and allmulticast toggles errors
[dpdk.git] / drivers / net / softnic / meson.build
index dd1d610ea54a3f7f71d160dc3c5db1a4ad31426a..9c10c2ec80ed230443d1d016588b94d9bdcfcbed 100644 (file)
@@ -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')