xref: /dpdk/drivers/event/meson.build (revision b19f366c)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
4if is_windows
5    subdir_done()
6endif
7
8drivers = [
9        'cnxk',
10        'dlb2',
11        'dpaa',
12        'dpaa2',
13        'dsw',
14        'octeontx2',
15        'opdl',
16        'skeleton',
17        'sw',
18]
19if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and
20        dpdk_conf.has('RTE_ARCH_ARM64'))
21    drivers += 'octeontx'
22endif
23std_deps = ['eventdev', 'kvargs']
24