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