event/cnxk: store and reuse workslot status
[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 = [
9         'cnxk',
10         'dlb2',
11         'dpaa',
12         'dpaa2',
13         'dsw',
14         'opdl',
15         'skeleton',
16         'sw',
17 ]
18 if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and
19         dpdk_conf.has('RTE_ARCH_ARM64'))
20     drivers += 'octeontx'
21 endif
22 std_deps = ['eventdev', 'kvargs']