mirror of https://github.com/F-Stack/f-stack.git
11 lines
207 B
Meson
11 lines
207 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright 2018 NXP
|
||
|
|
||
|
if host_machine.system() != 'linux'
|
||
|
build = false
|
||
|
endif
|
||
|
deps += ['pmd_dpaa']
|
||
|
sources = files('dpaa_eventdev.c')
|
||
|
|
||
|
allow_experimental_apis = true
|