net/sfc: fix promiscuous and allmulticast toggles errors
[dpdk.git] / drivers / net / softnic / meson.build
index dd1d610..9c10c2e 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')