f-stack/dpdk/drivers/mempool/dpaa2/meson.build

15 lines
283 B
Meson
Raw Normal View History

2019-06-25 11:12:58 +00:00
# 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