drivers: change indentation in build files
[dpdk.git] / drivers / event / octeontx / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Cavium, Inc
3
4 sources = files(
5         'ssovf_worker.c',
6         'ssovf_evdev.c',
7         'ssovf_evdev_selftest.c',
8         'ssovf_probe.c',
9         'timvf_worker.c',
10         'timvf_evdev.c',
11         'timvf_probe.c',
12 )
13
14 deps += ['common_octeontx', 'mempool_octeontx', 'bus_vdev', 'net_octeontx']