X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fdpaa2%2Fmeson.build;h=3d16d44158f058f466bf387faec9628deab3ad7c;hb=da573c0e4205d818cd602eaa27c720896f3b6f1c;hp=df299a0456043aeb81ed758ada76f05f5f5598c5;hpb=acec04c4b2f5c75d244319e1d0ca17ea7d4da72d;p=dpdk.git diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build index df299a0456..3d16d44158 100644 --- a/drivers/mempool/dpaa2/meson.build +++ b/drivers/mempool/dpaa2/meson.build @@ -2,9 +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') + +headers = files('rte_dpaa2_mempool.h')