agent-enviroments/builder/libs/seastar/dpdk/drivers/common/iavf/meson.build
2024-09-10 17:06:08 +03:00

11 lines
278 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
require_iova_in_mbuf = false