drivers: add reasons for components being disabled
[dpdk.git] / drivers / common / dpaax / meson.build
index 78378e2..a315e77 100644 (file)
@@ -4,7 +4,8 @@
 allow_experimental_apis = true
 
 if not is_linux
-        build = false
+       build = false
+       reason = 'only supported on linux'
 endif
 
 sources = files('dpaax_iova_table.c')