drivers: change indentation in build files
[dpdk.git] / drivers / raw / octeontx2_ep / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2019 Marvell International Ltd.
3 #
4
5 deps += ['bus_pci', 'common_octeontx2', 'rawdev']
6 sources = files(
7         'otx2_ep_enqdeq.c',
8         'otx2_ep_rawdev.c',
9         'otx2_ep_test.c',
10         'otx2_ep_vf.c',
11 )