X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fdpaa2%2Fmeson.build;h=c3f479afa1d49683f35f19b2316cf31c517b01e4;hb=5a448a55b4bb39720a42d9a186ed35dd6515e980;hp=3d25ba06d9deb29f9898fbe86ec11a306829b032;hpb=530588f3cd50d5626cfa2b94e161b97e97d84ade;p=dpdk.git diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build index 3d25ba06d9..c3f479afa1 100644 --- a/drivers/mempool/dpaa2/meson.build +++ b/drivers/mempool/dpaa2/meson.build @@ -1,8 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018 NXP -version = 2 - if not is_linux build = false reason = 'only supported on linux' @@ -11,5 +9,4 @@ 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')