event/octeontx2: fix crypto adapter queue pair operations
[dpdk.git] / drivers / crypto / dpaa2_sec / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018 NXP
3
4 if not is_linux
5     build = false
6     reason = 'only supported on Linux'
7 endif
8
9 deps += ['security', 'mempool_dpaa2']
10 sources = files(
11         'dpaa2_sec_dpseci.c',
12         'mc/dpseci.c',
13 )
14
15 includes += include_directories('mc', '../../common/dpaax', '../../common/dpaax/caamflib')