2018-07-13 10:06:43 -07:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2018 Microsoft Corporation
|
|
|
|
|
2018-07-20 14:53:36 +01:00
|
|
|
build = dpdk_conf.has('RTE_LIBRTE_VMBUS_BUS')
|
2019-06-05 21:22:41 +01:00
|
|
|
reason = 'missing dependency, DPDK VMBus driver'
|
2018-08-30 15:35:12 -07:00
|
|
|
sources = files('hn_ethdev.c', 'hn_rxtx.c', 'hn_rndis.c', 'hn_nvs.c', 'hn_vf.c')
|
2018-07-13 10:06:43 -07:00
|
|
|
|
|
|
|
deps += ['bus_vmbus' ]
|
|
|
|
|
|
|
|
allow_experimental_apis = true
|