baseband/acc100: introduce PMD for ACC100
[dpdk.git] / drivers / crypto / octeontx2 / meson.build
index a531799..148ec18 100644 (file)
@@ -1,8 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright (C) 2019 Marvell International Ltd.
 
-if host_machine.system() != 'linux'
-        build = false
+if not is_linux
+       build = false
+       reason = 'only supported on Linux'
 endif
 
 deps += ['bus_pci']
@@ -12,12 +13,12 @@ deps += ['ethdev']
 deps += ['security']
 name = 'octeontx2_crypto'
 
-allow_experimental_apis = true
 sources = files('otx2_cryptodev.c',
                'otx2_cryptodev_capabilities.c',
                'otx2_cryptodev_hw_access.c',
                'otx2_cryptodev_mbox.c',
-               'otx2_cryptodev_ops.c')
+               'otx2_cryptodev_ops.c',
+               'otx2_cryptodev_sec.c')
 
 extra_flags = []
 # This integrated controller runs only on a arm64 machine, remove 32bit warnings