mirror of https://github.com/F-Stack/f-stack.git
14 lines
272 B
Meson
14 lines
272 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright 2018 NXP
|
||
|
|
||
|
if host_machine.system() != 'linux'
|
||
|
build = false
|
||
|
endif
|
||
|
|
||
|
deps += ['bus_dpaa', 'security']
|
||
|
sources = files('dpaa_sec.c')
|
||
|
|
||
|
allow_experimental_apis = true
|
||
|
|
||
|
includes += include_directories('../dpaa2_sec/')
|