drivers: add reasons for components being disabled
[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 version = 2
7 sources = files('hn_ethdev.c', 'hn_rxtx.c', 'hn_rndis.c', 'hn_nvs.c', 'hn_vf.c')
8
9 deps += ['bus_vmbus' ]
10
11 allow_experimental_apis = true