numam-dpdk/drivers/common/iavf/meson.build
Qi Zhang 7815caa653 common/iavf: update copyright date
Updated the Copyright for 2021.
Updated FreeBSD IAVF driver of version.

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
2021-01-13 18:51:58 +01:00

9 lines
248 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019-2021 Intel Corporation
sources = files('iavf_adminq.c', 'iavf_common.c', 'iavf_impl.c')
if cc.has_argument('-Wno-pointer-to-int-cast')
cflags += '-Wno-pointer-to-int-cast'
endif