net/nfp: fix multi-process PF probing
[dpdk.git] / drivers / net / af_packet / meson.build
index 92c306c..c014e9b 100644 (file)
@@ -2,6 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 if not is_linux
-       build = false
+    build = false
+    reason = 'only supported on Linux'
 endif
 sources = files('rte_eth_af_packet.c')