xref: /dpdk/drivers/crypto/octeontx/meson.build (revision 089e5ed727a15da2729cfee9b63533dd120bd04c)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Cavium, Inc
3if not is_linux
4	build = false
5	reason = 'only supported on linux'
6endif
7
8deps += ['bus_pci']
9deps += ['common_cpt']
10name = 'octeontx_crypto'
11
12allow_experimental_apis = true
13sources = files('otx_cryptodev.c',
14		'otx_cryptodev_capabilities.c',
15		'otx_cryptodev_hw_access.c',
16		'otx_cryptodev_mbox.c',
17		'otx_cryptodev_ops.c')
18
19includes += include_directories('../../common/cpt')
20