16ec78c24SHemant Agrawal# SPDX-License-Identifier: BSD-3-Clause 2*4a81d34aSGagandeep Singh# Copyright 2018,2021 NXP 36ec78c24SHemant Agrawal 4adf93ca5SBruce Richardsonif not is_linux 56ec78c24SHemant Agrawal build = false 6135155a8SThomas Monjalon reason = 'only supported on Linux' 76ec78c24SHemant Agrawalendif 86ec78c24SHemant Agrawal 9b67dde5bSBruce Richardsondeps += ['security', 'mempool_dpaa2'] 104ad4b20aSBruce Richardsonsources = files( 114ad4b20aSBruce Richardson 'dpaa2_sec_dpseci.c', 12*4a81d34aSGagandeep Singh 'dpaa2_sec_raw_dp.c', 134ad4b20aSBruce Richardson 'mc/dpseci.c', 144ad4b20aSBruce Richardson) 156ec78c24SHemant Agrawal 1638383890SCiara Powerincludes += include_directories('mc', '../../common/dpaax', '../../common/dpaax/caamflib') 17