New upstream version 18.11-rc1
[deb_dpdk.git] / drivers / mempool / dpaa2 / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018 NXP
3
4 version = 2
5
6 if host_machine.system() != 'linux'
7         build = false
8 endif
9
10 deps += ['bus_fslmc']
11 sources = files('dpaa2_hw_mempool.c')
12
13 # depends on fslmc bus which uses experimental API
14 allow_experimental_apis = true