f-stack/dpdk/drivers/common/iavf/meson.build

9 lines
248 B
Meson
Raw Normal View History

2021-02-05 08:48:47 +00:00
# SPDX-License-Identifier: BSD-3-Clause
2022-09-06 04:00:10 +00:00
# Copyright(c) 2019-2021 Intel Corporation
2021-02-05 08:48:47 +00:00
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