summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/drivers/common/iavf/meson.build
blob: 1f4d8b898d311f1e0a4c615ac29876c44019c97a (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019-2020 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