X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcompress%2Fmeson.build;h=abe043ab94f8ea7127f132ac4317811fac7ce2b7;hb=0fa36bc28879ae10fd99327ea89d4121f218b03a;hp=fb136e1b28c920c915860d53383ad0ea9e7adc00;hpb=3c32e89f68e1f6edfd715b76925b95700e9cd4aa;p=dpdk.git diff --git a/drivers/compress/meson.build b/drivers/compress/meson.build index fb136e1b28..abe043ab94 100644 --- a/drivers/compress/meson.build +++ b/drivers/compress/meson.build @@ -1,8 +1,15 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation -drivers = ['isal'] +if is_windows + subdir_done() +endif + +drivers = [ + 'isal', + 'mlx5', + 'octeontx', + 'zlib', +] std_deps = ['compressdev'] # compressdev pulls in all other needed deps -config_flag_fmt = 'RTE_LIBRTE_@0@_PMD' -driver_name_fmt = 'rte_pmd_@0@'