New upstream version 18.08
[deb_dpdk.git] / drivers / compress / meson.build
diff --git a/drivers/compress/meson.build b/drivers/compress/meson.build
new file mode 100644 (file)
index 0000000..817ef3b
--- /dev/null
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2018 Intel Corporation
+
+drivers = ['isal', 'octeontx', 'qat', 'zlib']
+
+std_deps = ['compressdev'] # compressdev pulls in all other needed deps
+config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
+driver_name_fmt = 'rte_pmd_@0@'