X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fice%2Fbase%2Fmeson.build;h=22963ce31d6e67e231917752ad58343d7e186d74;hb=71cf704555def30fd032c0625ba0ac3d5db92956;hp=77a9802f4099c3c06d1a039a08b099dc8c306773;hpb=51d04e4933e382dd429736a1ebecf8fae98ef9be;p=dpdk.git diff --git a/drivers/net/ice/base/meson.build b/drivers/net/ice/base/meson.build index 77a9802f40..22963ce31d 100644 --- a/drivers/net/ice/base/meson.build +++ b/drivers/net/ice/base/meson.build @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2018 Intel Corporation +# Copyright(c) 2018-2020 Intel Corporation sources = [ 'ice_controlq.c', @@ -8,11 +8,17 @@ sources = [ 'ice_switch.c', 'ice_nvm.c', 'ice_flex_pipe.c', + 'ice_flow.c', + 'ice_dcb.c', + 'ice_fdir.c', + 'ice_acl.c', + 'ice_acl_ctrl.c', ] error_cflags = ['-Wno-unused-value', '-Wno-unused-but-set-variable', '-Wno-unused-variable', + '-Wno-unused-parameter', ] c_args = cflags