drivers: add reasons for components being disabled
[dpdk.git] / drivers / bus / dpaa / meson.build
index 1c8ca8c..19daaa5 100644 (file)
@@ -4,7 +4,8 @@
 version = 2
 
 if not is_linux
-        build = false
+       build = false
+       reason = 'only supported on linux'
 endif
 
 deps += ['common_dpaax', 'eventdev']