summaryrefslogtreecommitdiffstats
path: root/src/seastar/dpdk/drivers/mempool/dpaa2/meson.build
blob: 9a8b28d7c4e3956abf5aeb10d29c5257ee8b79a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP

version = 2

if not is_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