mirror of https://github.com/F-Stack/f-stack.git
13 lines
264 B
Meson
13 lines
264 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright 2018 NXP
|
||
|
|
||
|
if host_machine.system() != 'linux'
|
||
|
build = false
|
||
|
endif
|
||
|
|
||
|
deps += ['bus_dpaa']
|
||
|
sources = files('dpaa_mempool.c')
|
||
|
|
||
|
# depends on dpaa bus which uses experimental API
|
||
|
allow_experimental_apis = true
|