X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fdpaa2%2Fmeson.build;h=3d25ba06d9deb29f9898fbe86ec11a306829b032;hb=89aac60e0be9ed95a87b16e3595f102f9faaffb4;hp=8b8b5186b3216fd68d21ff63638e4c3689664e26;hpb=00bc40e265df6d9a4ddb7f1f665a0c77cfe39f71;p=dpdk.git diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build index 8b8b5186b3..3d25ba06d9 100644 --- a/drivers/mempool/dpaa2/meson.build +++ b/drivers/mempool/dpaa2/meson.build @@ -1,11 +1,14 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018 NXP -if host_machine.system() != 'linux' - build = false +version = 2 + +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