2018-03-14 07:56:05 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright 2018 NXP
|
|
|
|
|
2019-04-09 10:55:36 +00:00
|
|
|
if not is_linux
|
2019-06-05 20:22:41 +00:00
|
|
|
build = false
|
|
|
|
reason = 'only supported on linux'
|
2018-03-14 07:56:05 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
deps += ['bus_dpaa', 'security']
|
|
|
|
sources = files('dpaa_sec.c')
|
|
|
|
|
|
|
|
allow_experimental_apis = true
|
|
|
|
|
2019-08-13 07:20:16 +00:00
|
|
|
includes += include_directories('../../bus/dpaa/include')
|
|
|
|
includes += include_directories('../../common/dpaax/caamflib/')
|