mirror of https://github.com/F-Stack/f-stack.git
15 lines
332 B
Meson
15 lines
332 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2018 NXP
|
|
|
|
version = 2
|
|
|
|
if host_machine.system() != 'linux'
|
|
build = false
|
|
endif
|
|
deps += ['bus_vdev', 'pmd_dpaa2', 'pmd_dpaa2_sec']
|
|
sources = files('dpaa2_hw_dpcon.c',
|
|
'dpaa2_eventdev.c')
|
|
|
|
allow_experimental_apis = true
|
|
includes += include_directories('../../crypto/dpaa2_sec/')
|