event/octeontx2: add build infra and device probe
[dpdk.git] / drivers / event / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 drivers = ['dpaa', 'dpaa2', 'octeontx2', 'opdl', 'skeleton', 'sw', 'dsw']
5 if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and
6         dpdk_conf.has('RTE_ARCH_ARM64'))
7         drivers += 'octeontx'
8 endif
9 std_deps = ['eventdev', 'kvargs']
10 config_flag_fmt = 'RTE_LIBRTE_@0@_EVENTDEV_PMD'
11 driver_name_fmt = 'rte_pmd_@0@_event'