build: disable experimental API check internally
[dpdk.git] / drivers / crypto / octeontx / meson.build
index a9f2d31..cf031b0 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright(c) 2018 Cavium, Inc
 if not is_linux
        build = false
+       reason = 'only supported on linux'
 endif
 
 deps += ['bus_pci']
 deps += ['common_cpt']
 name = 'octeontx_crypto'
 
-allow_experimental_apis = true
 sources = files('otx_cryptodev.c',
                'otx_cryptodev_capabilities.c',
                'otx_cryptodev_hw_access.c',