X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcompress%2Fmeson.build;h=abe043ab94f8ea7127f132ac4317811fac7ce2b7;hb=0fa36bc28879ae10fd99327ea89d4121f218b03a;hp=817ef3be42246116d2e113660c01d9b182e2a619;hpb=43e610bb85658fca3b1d6ce00ef8a58c46336695;p=dpdk.git diff --git a/drivers/compress/meson.build b/drivers/compress/meson.build index 817ef3be42..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', 'octeontx', 'qat', 'zlib'] +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@'