7815caa653
Updated the Copyright for 2021. Updated FreeBSD IAVF driver of version. Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
9 lines
248 B
Meson
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
|