]> git.droids-corp.org - dpdk.git/blobdiff - drivers/mempool/dpaa/meson.build
common/sfc_efx/base: replace PCI efsys macros with functions
[dpdk.git] / drivers / mempool / dpaa / meson.build
index c4c8ebc09e1490f0be38b7ddcb5d0d8744260e6c..754e6397f2917011a56b1adc76e2b1d629c4754d 100644 (file)
@@ -2,11 +2,9 @@
 # Copyright 2018 NXP
 
 if not is_linux
-        build = false
+       build = false
+       reason = 'only supported on linux'
 endif
 
 deps += ['bus_dpaa']
 sources = files('dpaa_mempool.c')
-
-# depends on dpaa bus which uses experimental API
-allow_experimental_apis = true