drivers: add reasons for components being disabled
[dpdk.git] / drivers / net / dpaa2 / meson.build
index a0ea992..7e74c65 100644 (file)
@@ -4,7 +4,8 @@
 version = 2
 
 if not is_linux
-        build = false
+       build = false
+       reason = 'only supported on linux'
 endif
 
 deps += ['mempool_dpaa2']