X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fice%2Fbase%2Fmeson.build;h=22963ce31d6e67e231917752ad58343d7e186d74;hb=3c66b6c531f777bb288c6ce807d25568f700859d;hp=0cfc8cd67865e455ce39bf872af1aa0744164164;hpb=f9cf4f86415031b9e0c0ee327fb3eda5f718cf7f;p=dpdk.git diff --git a/drivers/net/ice/base/meson.build b/drivers/net/ice/base/meson.build index 0cfc8cd678..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', @@ -7,11 +7,18 @@ sources = [ 'ice_sched.c', '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