build: disable experimental API check internally
[dpdk.git] / drivers / net / netvsc / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Microsoft Corporation
3
4 build = dpdk_conf.has('RTE_LIBRTE_VMBUS_BUS')
5 reason = 'missing dependency, DPDK VMBus driver'
6 sources = files('hn_ethdev.c', 'hn_rxtx.c', 'hn_rndis.c', 'hn_nvs.c', 'hn_vf.c')
7
8 deps += ['bus_vmbus' ]