X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fdpaa2%2Fmeson.build;h=df299a0456043aeb81ed758ada76f05f5f5598c5;hb=f35e5b3e07b2e7999f7d3085236cc366c9cb4da6;hp=90bab6069744ff60c70503dde7067c218b8f1f35;hpb=b67dde5b1984a597e7319b23ff90712469b3e5c5;p=dpdk.git diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build index 90bab60697..df299a0456 100644 --- a/drivers/mempool/dpaa2/meson.build +++ b/drivers/mempool/dpaa2/meson.build @@ -1,12 +1,10 @@ # 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 += ['bus_fslmc'] sources = files('dpaa2_hw_mempool.c') - -# depends on fslmc bus which uses experimental API -allow_experimental_apis = true