]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/octeontx/meson.build
build: disable experimental API check internally
[dpdk.git] / drivers / crypto / octeontx / meson.build
index 7f65476285789cf883f17016ff977ddc1b6edfb4..cf031b006c940938f2f6d2dcde8e60afd2cd703b 100644 (file)
@@ -1,7 +1,8 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Cavium, Inc
-if host_machine.system() != 'linux'
+if not is_linux
        build = false
+       reason = 'only supported on linux'
 endif
 
 deps += ['bus_pci']
@@ -11,7 +12,7 @@ name = 'octeontx_crypto'
 sources = files('otx_cryptodev.c',
                'otx_cryptodev_capabilities.c',
                'otx_cryptodev_hw_access.c',
+               'otx_cryptodev_mbox.c',
                'otx_cryptodev_ops.c')
 
 includes += include_directories('../../common/cpt')
-cflags += '-DCPT_MODEL=CRYPTO_OCTEONTX'