c190124db067c8174f7da5777fdab576f7afd8ef
[dpdk.git] / drivers / net / netvsc / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Microsoft Corporation
3
4 if is_windows
5         build = false
6         reason = 'not supported on Windows'
7         subdir_done()
8 endif
9
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')
13
14 deps += ['bus_vmbus' ]