X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fdpaa2%2Fmeson.build;h=c3f479afa1d49683f35f19b2316cf31c517b01e4;hb=50ce3e7aec8f49b29a566688dff5829a3ffe1d98;hp=8b8b5186b3216fd68d21ff63638e4c3689664e26;hpb=00bc40e265df6d9a4ddb7f1f665a0c77cfe39f71;p=dpdk.git diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build index 8b8b5186b3..c3f479afa1 100644 --- a/drivers/mempool/dpaa2/meson.build +++ b/drivers/mempool/dpaa2/meson.build @@ -1,12 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018 NXP -if host_machine.system() != 'linux' - build = false +if not is_linux + build = false + reason = 'only supported on linux' endif -deps += ['mbuf', 'bus_fslmc'] +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')