2019-06-25 11:12:58 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-09-06 04:00:10 +00:00
|
|
|
# Copyright 2018,2021 NXP
|
2019-06-25 11:12:58 +00:00
|
|
|
|
2020-06-18 16:55:50 +00:00
|
|
|
if not is_linux
|
2022-09-06 04:00:10 +00:00
|
|
|
build = false
|
|
|
|
reason = 'only supported on Linux'
|
2019-06-25 11:12:58 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
deps += ['security', 'mempool_dpaa2']
|
2022-09-06 04:00:10 +00:00
|
|
|
sources = files(
|
|
|
|
'dpaa2_sec_dpseci.c',
|
|
|
|
'dpaa2_sec_raw_dp.c',
|
|
|
|
'mc/dpseci.c',
|
|
|
|
)
|
2019-06-25 11:12:58 +00:00
|
|
|
|
2020-06-18 16:55:50 +00:00
|
|
|
includes += include_directories('mc', '../../common/dpaax', '../../common/dpaax/caamflib')
|