net/iavf/base: move to drivers common directory
[dpdk.git] / drivers / common / iavf / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Intel Corporation
3
4 allow_experimental_apis = true
5
6 sources = files('iavf_adminq.c', 'iavf_common.c', 'iavf_impl.c')
7
8 if cc.has_argument('-Wno-pointer-to-int-cast')
9         cflags += '-Wno-pointer-to-int-cast'
10 endif