]> git.droids-corp.org - dpdk.git/blobdiff - drivers/compress/meson.build
common/sfc_efx/base: add API to get mport of PF/VF
[dpdk.git] / drivers / compress / meson.build
index d2ca8fc2acebdc665bf37d64661303949f293d07..33f5e33dde4a1500067de232661e51516b4376f8 100644 (file)
@@ -1,8 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
-drivers = ['isal', 'qat', 'zlib']
+if is_windows
+       subdir_done()
+endif
+
+drivers = ['isal', '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@'
+config_flag_fmt = 'RTE_LIBRTE_PMD_@0@'