drivers/event: invoke probing finish function
[dpdk.git] / drivers / event / octeontx / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Cavium, Inc
3
4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
5     build = false
6     reason = 'only supported on 64-bit Linux'
7     subdir_done()
8 endif
9
10 sources = files(
11         'ssovf_worker.c',
12         'ssovf_evdev.c',
13         'ssovf_evdev_selftest.c',
14         'ssovf_probe.c',
15         'timvf_worker.c',
16         'timvf_evdev.c',
17         'timvf_probe.c',
18 )
19
20 deps += ['common_octeontx', 'mempool_octeontx', 'bus_vdev', 'net_octeontx']
21 deps += ['crypto_octeontx']