]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/meson.build
bus/pci: support IOVA as VA in PowerVM LPARs
[dpdk.git] / drivers / common / meson.build
index 9ed4c04ba5237b0d9c149babd9bbf4eabc732096..4acbad60b1d70a63d8241b655ae391849cb9027a 100644 (file)
@@ -1,11 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Cavium, Inc
 
-if is_windows
-       subdir_done()
-endif
-
 std_deps = ['eal']
-drivers = ['cpt', 'dpaax', 'iavf', 'mvep', 'octeontx', 'octeontx2', 'qat']
-config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
-driver_name_fmt = 'rte_common_@0@'
+drivers = [
+        'cpt',
+        'dpaax',
+        'iavf',
+        'mvep',
+        'octeontx',
+        'octeontx2',
+]