X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Fmeson.build;h=c9609f1453cb4d35b1f3b0493655d7c5685d2f14;hb=07999984f13d571c6c0380f882673267a50acb98;hp=693a8617bd50dfc0200b096f26b3903ca55a95e4;hpb=6ec78c2463acdd06560d09e3fb1056d2b1ec0c68;p=dpdk.git diff --git a/drivers/mempool/meson.build b/drivers/mempool/meson.build index 693a8617bd..c9609f1453 100644 --- a/drivers/mempool/meson.build +++ b/drivers/mempool/meson.build @@ -1,7 +1,11 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -drivers = ['dpaa', 'dpaa2', 'octeontx', 'ring', 'stack'] +if is_windows + subdir_done() +endif + +drivers = ['bucket', 'dpaa', 'dpaa2', 'octeontx', 'octeontx2', 'ring', 'stack'] std_deps = ['mempool'] config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL' driver_name_fmt = 'rte_mempool_@0@'