1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Microsoft Corporation
6 reason = 'not supported on Windows'
10 build = dpdk_conf.has('RTE_BUS_VMBUS')
11 reason = 'missing dependency, DPDK VMBus driver'
12 sources = files('hn_ethdev.c', 'hn_rxtx.c', 'hn_rndis.c', 'hn_nvs.c', 'hn_vf.c')
14 deps += ['bus_vmbus' ]