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