crypto/qat: fix status in RSA decryption
[dpdk.git] / drivers / mempool / octeontx / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Cavium, Inc
3
4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
5     build = false
6     reason = 'only supported on 64-bit Linux'
7     subdir_done()
8 endif
9
10 sources = files(
11         'octeontx_fpavf.c',
12         'rte_mempool_octeontx.c',
13 )
14
15 deps += ['mbuf', 'bus_pci', 'common_octeontx']