xref: /dpdk/drivers/crypto/caam_jr/meson.build (revision 4ad4b20a79052d9c8062b64eaf0170c16a333ff8)
1af7c9b5eSGagandeep Singh# SPDX-License-Identifier: BSD-3-Clause
2af7c9b5eSGagandeep Singh# Copyright 2018 NXP
3af7c9b5eSGagandeep Singh
4adf93ca5SBruce Richardsonif not is_linux
5af7c9b5eSGagandeep Singh    build = false
6135155a8SThomas Monjalon    reason = 'only supported on Linux'
7af7c9b5eSGagandeep Singhendif
8af7c9b5eSGagandeep Singh
9af7c9b5eSGagandeep Singhdeps += ['bus_vdev', 'bus_dpaa', 'security']
10*4ad4b20aSBruce Richardsonsources = files(
11*4ad4b20aSBruce Richardson        'caam_jr_capabilities.c',
1242600bbcSGagandeep Singh        'caam_jr_hw.c',
1342600bbcSGagandeep Singh        'caam_jr_uio.c',
14*4ad4b20aSBruce Richardson        'caam_jr.c',
15*4ad4b20aSBruce Richardson)
16af7c9b5eSGagandeep Singh
17a5e1018dSGagandeep Singhincludes += include_directories('../../bus/dpaa/include/')
188c83f28cSHemant Agrawalincludes += include_directories('../../common/dpaax/')
19c0ded849SHemant Agrawalincludes += include_directories('../../common/dpaax/caamflib/')
20