raw/ioat: support xstats reset
[dpdk.git] / drivers / mempool / dpaa2 / meson.build
index 6b6ead6..3d25ba0 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 += ['bus_fslmc']