diff options
Diffstat (limited to 'src/seastar/dpdk/drivers/mempool/dpaa/meson.build')
-rw-r--r-- | src/seastar/dpdk/drivers/mempool/dpaa/meson.build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/seastar/dpdk/drivers/mempool/dpaa/meson.build b/src/seastar/dpdk/drivers/mempool/dpaa/meson.build new file mode 100644 index 000000000..c4c8ebc09 --- /dev/null +++ b/src/seastar/dpdk/drivers/mempool/dpaa/meson.build @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright 2018 NXP + +if not is_linux + build = false +endif + +deps += ['bus_dpaa'] +sources = files('dpaa_mempool.c') + +# depends on dpaa bus which uses experimental API +allow_experimental_apis = true |