]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/drivers/mempool/dpaa2/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / drivers / mempool / dpaa2 / meson.build
index 9a8b28d7c4e3956abf5aeb10d29c5257ee8b79a1..c3f479afa1d49683f35f19b2316cf31c517b01e4 100644 (file)
@@ -1,14 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-version = 2
-
 if not is_linux
-        build = false
+       build = false
+       reason = 'only supported on linux'
 endif
 
 deps += ['bus_fslmc']
 sources = files('dpaa2_hw_mempool.c')
 
-# depends on fslmc bus which uses experimental API
-allow_experimental_apis = true
+install_headers('rte_dpaa2_mempool.h')