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