common/mlx5: introduce layer for multiple class drivers
[dpdk.git] / drivers / common / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Cavium, Inc
3
4 if is_windows
5         subdir_done()
6 endif
7
8 std_deps = ['eal']
9 drivers = ['cpt', 'dpaax', 'iavf', 'mvep', 'octeontx', 'octeontx2', 'qat']
10 config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
11 driver_name_fmt = 'rte_common_@0@'