xref: /dpdk/drivers/bus/vdev/meson.build (revision d5d9e8fe0906f24579b9ff8c24442c235cc1819a)
16c9457c2SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause
26c9457c2SBruce Richardson# Copyright(c) 2017 Intel Corporation
32c21944eSBruce Richardson
44ad4b20aSBruce Richardsonsources = files(
54ad4b20aSBruce Richardson        'vdev.c',
64ad4b20aSBruce Richardson        'vdev_params.c',
74ad4b20aSBruce Richardson)
830105f66SDavid Marchandheaders = files('rte_bus_vdev.h')
94851ef2bSDavid Marchanddriver_sdk_headers = files('bus_vdev_driver.h')
10cdb068f0SJianfeng Tan
11*d5d9e8feSThomas Monjalonrequire_iova_in_mbuf = false
12*d5d9e8feSThomas Monjalon
13ac91bc49SGaetan Rivetdeps += ['kvargs']
14