7 lines
183 B
Meson
7 lines
183 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
deps += 'vhost'
|
|
sources = files('ifcvf_vdpa.c', 'base/ifcvf.c')
|
|
includes += include_directories('base')
|