X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fdpaa2%2Fmeson.build;h=3d16d44158f058f466bf387faec9628deab3ad7c;hb=da573c0e4205d818cd602eaa27c720896f3b6f1c;hp=c3f479afa1d49683f35f19b2316cf31c517b01e4;hpb=a95e588c07518356725ca1f30189262e3d1b1593;p=dpdk.git diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build index c3f479afa1..3d16d44158 100644 --- a/drivers/mempool/dpaa2/meson.build +++ b/drivers/mempool/dpaa2/meson.build @@ -2,11 +2,11 @@ # Copyright 2018 NXP if not is_linux - build = false - reason = 'only supported on linux' + build = false + reason = 'only supported on Linux' endif deps += ['bus_fslmc'] sources = files('dpaa2_hw_mempool.c') -install_headers('rte_dpaa2_mempool.h') +headers = files('rte_dpaa2_mempool.h')