]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/drivers/event/octeontx/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / drivers / event / octeontx / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Cavium, Inc
3
4sources = files('ssovf_worker.c',
5 'ssovf_evdev.c',
6 'ssovf_evdev_selftest.c',
7 'ssovf_probe.c',
8 'timvf_worker.c',
9 'timvf_evdev.c',
10 'timvf_probe.c'
11)
12
11fdf7f2 13deps += ['common_octeontx', 'mempool_octeontx', 'bus_vdev', 'pmd_octeontx']