9 lines
243 B
Meson
9 lines
243 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2019 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
|