common/cnxk: add null authentication with IPsec
[dpdk.git] / drivers / crypto / dpaa2_sec / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018,2021 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         'dpaa2_sec_raw_dp.c',
13         'mc/dpseci.c',
14 )
15
16 includes += include_directories('mc', '../../common/dpaax', '../../common/dpaax/caamflib')