net/i40e: fix SFP X722 with FW4.16
[dpdk.git] / drivers / net / dpaa2 / meson.build
index 53e1d81..7e74c65 100644 (file)
@@ -3,8 +3,9 @@
 
 version = 2
 
-if host_machine.system() != 'linux'
-        build = false
+if not is_linux
+       build = false
+       reason = 'only supported on linux'
 endif
 
 deps += ['mempool_dpaa2']