blob: cb1c2d049256b430786f85bb0b4e86f3df9b5323 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
if not is_linux
build = false
reason = 'only supported on linux'
endif
deps += ['security', 'mempool_dpaa2']
sources = files('dpaa2_sec_dpseci.c',
'mc/dpseci.c')
includes += include_directories('mc', '../../common/dpaax', '../../common/dpaax/caamflib')
|