xref: /f-stack/dpdk/drivers/net/netvsc/meson.build (revision 2d9fd380)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Microsoft Corporation
3
4build = dpdk_conf.has('RTE_BUS_VMBUS')
5reason = 'missing dependency, DPDK VMBus driver'
6sources = files('hn_ethdev.c', 'hn_rxtx.c', 'hn_rndis.c', 'hn_nvs.c', 'hn_vf.c')
7
8deps += ['bus_vmbus' ]
9