net/ice/base: add more capability to admin queue
[dpdk.git] / drivers / event / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 if is_windows
5         subdir_done()
6 endif
7
8 drivers = ['dlb', 'dlb2', 'dpaa', 'dpaa2', 'octeontx2', 'opdl', 'skeleton', 'sw',
9            'dsw']
10 if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and
11         dpdk_conf.has('RTE_ARCH_ARM64'))
12         drivers += 'octeontx'
13 endif
14 std_deps = ['eventdev', 'kvargs']
15 config_flag_fmt = 'RTE_LIBRTE_PMD_@0@_EVENTDEV'